Fixes string handling in birdc.
This commit is contained in:
parent
e91f6960ba
commit
154e2aeded
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ parse_args(int argc, char **argv)
|
|||
tmp += strlen(tmp);
|
||||
*tmp++ = ' ';
|
||||
}
|
||||
tmp[-1] = 0;
|
||||
|
||||
once = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue