Print this page
6139 help gcc figure out variable initialization

@@ -347,11 +347,10 @@
         } else {
                 freedirlist(listhead);
         }
 
         /* Get the minfree value. */
-        if (minfreestr != NULL)
                 temp_minfree = atoi(minfreestr);
 
         if ((temp_minfree < 0) || (temp_minfree > 100))
                 temp_minfree = 0;