diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index ca593db58b4..18f11c1d8b7 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -250,7 +250,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") | |||
| 250 | { | 250 | { |
| 251 | int must_encode = 0; | 251 | int must_encode = 0; |
| 252 | 252 | ||
| 253 | for (i = 0; i < nargs; i++) | 253 | for (i = 4; i < nargs; i++) |
| 254 | if (STRING_MULTIBYTE (args[i])) | 254 | if (STRING_MULTIBYTE (args[i])) |
| 255 | must_encode = 1; | 255 | must_encode = 1; |
| 256 | 256 | ||