Now works with 8bit chars...
This commit is contained in:
parent
290b1ca54e
commit
ee15822acd
@ -308,7 +308,7 @@ wr_fputs(s)
|
||||
#define PUTC(c) if (putchar(c) == EOF) goto err;
|
||||
|
||||
for (; *s != '\0'; ++s) {
|
||||
c = toascii(*s);
|
||||
c = *s;
|
||||
if (c == '\n') {
|
||||
PUTC('\r');
|
||||
PUTC('\n');
|
||||
|
Loading…
Reference in New Issue
Block a user