ubi_tools: add forgotten argv++
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 30 Jun 2013 00:46:44 +0000 (02:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 30 Jun 2013 00:46:44 +0000 (02:46 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/ubi_tools.c

index 79fb204..3305987 100644 (file)
@@ -142,7 +142,7 @@ int ubi_tools_main(int argc UNUSED_PARAM, char **argv)
        if (opts & OPTION_s)
                size_bytes = xatoull(size_bytes_str);
        argv += optind;
-       ubi_ctrl = *argv;
+       ubi_ctrl = *argv++;
 
        fd = xopen(ubi_ctrl, O_RDWR);
        //xfstat(fd, &st, ubi_ctrl);