Brad King 19 лет назад
Родитель
Сommit
f26a0302be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/kwsys/ProcessWin32.c

+ 1 - 1
Source/kwsys/ProcessWin32.c

@@ -2073,7 +2073,7 @@ int kwsysProcessComputeCommandLength(kwsysProcess* cp,
     {
     /* Treat the first argument as a verbatim command line.  Use its
        length directly and add space for the null-terminator.  */
-    length = strlen(*command)+1;
+    length = (int)strlen(*command)+1;
     }
   else
     {