From: Dale Weiler Date: Wed, 17 Apr 2013 04:27:00 +0000 (+0000) Subject: Fix compile for windows. X-Git-Tag: before-library~51 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=21c6079b7a4b17f7110094a94f7fc3c850c295ae Fix compile for windows. --- diff --git a/conout.c b/conout.c index 0595f33..00b8158 100644 --- a/conout.c +++ b/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++;