Fixes string handling in birdc.

This commit is contained in:
Ondrej Zajicek 2010-12-13 11:17:11 +01:00
parent e91f6960ba
commit 154e2aeded

View file

@ -96,6 +96,7 @@ parse_args(int argc, char **argv)
tmp += strlen(tmp);
*tmp++ = ' ';
}
tmp[-1] = 0;
once = 1;
}