diff options
Diffstat (limited to 'src/fe-text/gui-windows.c')
-rw-r--r-- | src/fe-text/gui-windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index 386484d5..94333620 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -926,6 +926,7 @@ static char *line_read_format(unsigned const char **text) continue; } else if (**text & 0x80) (*text)++; + continue; } g_string_append_c(str, (char) **text); |