*: optimize code size in strtoul calls
[oweals/busybox.git] / shell / ash.c
index 68aa675e52ce9a1b71c3b8dcea00a8362db4a403..db28af7d34190e0e2dc6904e21e082a39ce930e2 100644 (file)
@@ -10078,7 +10078,7 @@ change_random(const char *value)
                vrandom.flags &= ~VNOFUNC;
        } else {
                /* set/reset */
-               random_galois_LFSR = random_LCG = strtoul(value, (char **)NULL, 10);
+               random_galois_LFSR = random_LCG = strtoul(value, NULL, 10);
        }
 }
 #endif