mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Mop up more test regressions
This commit is contained in:
parent
4a8a81eb9f
commit
802e7eb4ef
6 changed files with 14 additions and 13 deletions
2
third_party/getopt/getopt.c
vendored
2
third_party/getopt/getopt.c
vendored
|
@ -87,7 +87,7 @@ static void getopt_print_badch(const char *s) {
|
|||
strlcat(b1, s, sizeof(b1));
|
||||
b2[4] = optopt;
|
||||
b2[5] = '\n';
|
||||
b2[5] = 0;
|
||||
b2[6] = 0;
|
||||
strlcat(b1, b2, sizeof(b1));
|
||||
write(2, b1, strlen(b1));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue