fixed difference in signedness warnings
authorThomas Bluemel <thomas@reactsoft.com>
Thu, 3 Nov 2005 01:05:07 +0000 (01:05 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Thu, 3 Nov 2005 01:05:07 +0000 (01:05 +0000)
svn path=/trunk/; revision=18968

reactos/subsys/system/cmd/dir.c

index 90361e7..3455844 100644 (file)
@@ -1985,7 +1985,7 @@ CommandDir(LPTSTR first, LPTSTR rest)
        TCHAR   szPath[MAX_PATH];
        TCHAR   szFilespec[MAX_PATH];
        LPTSTR* params;
-       UINT    entries = 0;
+       INT             entries = 0;
        INT             nLine = 0;
        UINT    loop = 0;
        DIRSWITCHFLAGS stFlags;