diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 16:14:13 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 16:14:13 +0000 |
commit | 800c3f176fb21e30fbaa81ef68f50e601ea2f78b (patch) | |
tree | 84f4a2bf30d3208a020b25c82c11ac636c7072c6 /util-linux/mdev.c | |
parent | 9db164d6e39050d09f38288c6045cd2a2cbf6d63 (diff) | |
parent | f99811908419608e3ab81393d0177cc456101e4b (diff) | |
download | busybox-w32-800c3f176fb21e30fbaa81ef68f50e601ea2f78b.tar.gz busybox-w32-800c3f176fb21e30fbaa81ef68f50e601ea2f78b.tar.bz2 busybox-w32-800c3f176fb21e30fbaa81ef68f50e601ea2f78b.zip |
Merge commit '1_19_4' into merge_1_19
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 7cabb1df6..e0a527e73 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -610,7 +610,7 @@ int mdev_main(int argc UNUSED_PARAM, char **argv) | |||
610 | int seqlen; | 610 | int seqlen; |
611 | char seqbuf[sizeof(int)*3 + 2]; | 611 | char seqbuf[sizeof(int)*3 + 2]; |
612 | 612 | ||
613 | seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf-1)); | 613 | seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf) - 1); |
614 | if (seqlen < 0) { | 614 | if (seqlen < 0) { |
615 | seq = NULL; | 615 | seq = NULL; |
616 | break; | 616 | break; |