Bill Lorensen пре 20 година
родитељ
комит
bd74de53f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/kwsys/SystemTools.cxx

+ 1 - 1
Source/kwsys/SystemTools.cxx

@@ -3203,7 +3203,7 @@ void SystemTools::ConvertWindowsCommandLineToUnixArguments(
 
   // Grab the args
 
-  size_t pos = 0;
+  size_t pos;
   int argc_idx = 1;
 
   for (i = 0; i < cmd_line_len; i++)