- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / base / shell / cmd / cmd.c
index 1c63be6..09f362d 100644 (file)
@@ -180,7 +180,7 @@ WORD wDefColor;           /* default color */
  * insert commas into a number
  */
 INT
-ConvertULargeInteger(ULONGLONG num, LPTSTR des, UINT len, BOOL bPutSeperator)
+ConvertULargeInteger(ULONGLONG num, LPTSTR des, INT len, BOOL bPutSeperator)
 {
        TCHAR temp[39];   /* maximum length with nNumberGroups == 1 */
        UINT  n, iTarget;