diff options
Diffstat (limited to 'coreutils/split.c')
-rw-r--r-- | coreutils/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/split.c b/coreutils/split.c index 3ec539a6a..6d8924aeb 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -104,7 +104,7 @@ int split_main(int argc, char **argv) | |||
104 | if (!bytes_read) | 104 | if (!bytes_read) |
105 | break; | 105 | break; |
106 | if (bytes_read < 0) | 106 | if (bytes_read < 0) |
107 | bb_perror_msg_and_die("%s", argv[0]); | 107 | bb_simple_perror_msg_and_die(argv[0]); |
108 | src = read_buffer; | 108 | src = read_buffer; |
109 | do { | 109 | do { |
110 | if (!remaining) { | 110 | if (!remaining) { |