diff options
Diffstat (limited to 'toys/posix/paste.c')
-rw-r--r-- | toys/posix/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/paste.c b/toys/posix/paste.c index 7d9ba947..43c25696 100644 --- a/toys/posix/paste.c +++ b/toys/posix/paste.c @@ -45,7 +45,7 @@ static void paste_files(void) for (i = any = dcount = dlen = 0; seq || i<TT.files; i++) { size_t blen; - wchar_t wc; + unsigned wc; FILE *ff = seq ? *fps : fps[i]; // Read and output line, preserving embedded NUL bytes. |