Whamcloud - gitweb
Refactor code to print journal superblock information
[tools/e2fsprogs.git] / debugfs / icheck.c
index 48f432a..3b9bd14 100644 (file)
@@ -86,7 +86,7 @@ void do_icheck(int argc, char **argv)
        }
 
        for (i=1; i < argc; i++) {
-               if (strtoblk(argv[0], argv[i], &bw.barray[i-1].blk))
+               if (strtoblk(argv[0], argv[i], NULL, &bw.barray[i-1].blk))
                        goto error_out;
        }