mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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[] */
|
||||
size_t total_len = (
|
||||
sizeof(data) +
|
||||
argc * sizeof(uint16_t) +
|
||||
cwd_len +
|
||||
term_len +
|
||||
title_len +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue