mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Fixes string handling in birdc.
This commit is contained in:
parent
e91f6960ba
commit
154e2aeded
@ -96,6 +96,7 @@ parse_args(int argc, char **argv)
|
||||
tmp += strlen(tmp);
|
||||
*tmp++ = ' ';
|
||||
}
|
||||
tmp[-1] = 0;
|
||||
|
||||
once = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user