Remove warning Modified: trunk/reactos/subsys/system/cmd/dir.c _____
Modified: trunk/reactos/subsys/system/cmd/dir.c --- trunk/reactos/subsys/system/cmd/dir.c 2005-03-08 17:14:07 UTC (rev 13878) +++ trunk/reactos/subsys/system/cmd/dir.c 2005-03-08 18:25:25 UTC (rev 13879) @@ -1463,7 +1463,7 @@
/* u64 variables used to translate some broken 32bit info */ ULARGE_INTEGER u64File1, u64File2; int i; /* An indexer for "for"s */ -long iComp; /* The comparison result */ +long iComp = 0; /* The comparison result */
/* Calculate critiries by order given from user */ for (i = 0;i < lpFlags->stOrderBy.sCriteriaCount;i++)