Explorar el Código

Fix -nohash decode option bug.

AdrianSimionov hace 9 años
padre
commit
839e8f3d7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/docsis.c

+ 1 - 1
src/docsis.c

@@ -303,7 +303,7 @@ main (int argc, char *argv[])
 
   /* option: -nohash -o -d */
   if (!strcmp (argv[1], "-nohash") ){
-    if (argc < 6) {
+    if (argc < 5) {
       usage();
     }
     nohash = 1;