msvc6 warning fix Modified: trunk/reactos/subsys/system/cmd/dir.c _____
Modified: trunk/reactos/subsys/system/cmd/dir.c --- trunk/reactos/subsys/system/cmd/dir.c 2005-09-21 01:27:22 UTC (rev 17958) +++ trunk/reactos/subsys/system/cmd/dir.c 2005-09-21 01:27:54 UTC (rev 17959) @@ -240,7 +240,7 @@
BOOL bPNegative; /* Negative switch parameter */ BOOL bIntoQuotes; /* A flag showing if we are in quotes (") */ LPTSTR ptrLast; /* A pointer to the last character of param */ - INT t = 0; + UINT t = 0;
/* Initialize variables; */