mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
client: we added argv lengths twice
This commit is contained in:
parent
0b3a84bd9c
commit
997c6a4ae3
1 changed files with 0 additions and 1 deletions
1
client.c
1
client.c
|
|
@ -229,7 +229,6 @@ main(int argc, char *const *argv)
|
||||||
/* Total packet length, not (yet) including argv[] */
|
/* Total packet length, not (yet) including argv[] */
|
||||||
size_t total_len = (
|
size_t total_len = (
|
||||||
sizeof(data) +
|
sizeof(data) +
|
||||||
argc * sizeof(uint16_t) +
|
|
||||||
cwd_len +
|
cwd_len +
|
||||||
term_len +
|
term_len +
|
||||||
title_len +
|
title_len +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue