SHA256
1
0
forked from pool/coreutils
coreutils/coreutils-i18n-uninit.patch
OBS User autobuild 0c18dcb7e6 Accepting request 42907 from Base:System
Copy from Base:System/coreutils based on submit request 42907 from user oertel

OBS-URL: https://build.opensuse.org/request/show/42907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=43
2010-07-19 12:13:47 +00:00

17 lines
415 B
Diff

Index: src/cut.c
===================================================================
--- src/cut.c.orig 2010-05-06 15:16:26.851859241 +0200
+++ src/cut.c 2010-05-06 15:16:27.095859170 +0200
@@ -878,7 +878,10 @@ cut_fields_mb (FILE *stream)
c = getc (stream);
empty_input = (c == EOF);
if (c != EOF)
- ungetc (c, stream);
+ {
+ ungetc (c, stream);
+ wc = 0;
+ }
else
wc = WEOF;