Fix compile for windows.

This commit is contained in:
Dale Weiler 2013-04-17 04:27:00 +00:00
parent 1f0a1b8140
commit 21c6079b7a

View file

@ -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++;