Fix encoding
This commit is contained in:
@@ -49,13 +49,13 @@ console_post_process_read_char(int ch, StreamDesc *s)
|
||||
/* the character is also going to be output by the console handler */
|
||||
console_count_output_char(ch,GLOBAL_Stream+StdErrStream);
|
||||
if (ch == '\n') {
|
||||
CACHE_REGS
|
||||
CACHE_REGS
|
||||
++s->linecount;
|
||||
++s->charcount;
|
||||
s->linepos = 0;
|
||||
LOCAL_newline = true;
|
||||
} else {
|
||||
CACHE_REGS
|
||||
CACHE_REGS
|
||||
++s->charcount;
|
||||
++s->linepos;
|
||||
LOCAL_newline = false;
|
||||
|
Reference in New Issue
Block a user