mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Fix compile for windows.
This commit is contained in:
parent
1f0a1b8140
commit
21c6079b7a
1 changed files with 1 additions and 1 deletions
2
conout.c
2
conout.c
|
@ -168,7 +168,7 @@ static int win_fputs(FILE *h, const char *str) {
|
|||
state = -1;
|
||||
}
|
||||
} else {
|
||||
fs_file_putc(h, *str);
|
||||
fs_file_write(str, 1, 1, stdout);
|
||||
length ++;
|
||||
}
|
||||
str++;
|
||||
|
|
Loading…
Reference in a new issue