mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove warning
svn path=/trunk/; revision=13879
This commit is contained in:
parent
1adf22c4f4
commit
2ed637d9a6
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ static int
|
||||||
/* u64 variables used to translate some broken 32bit info */
|
/* u64 variables used to translate some broken 32bit info */
|
||||||
ULARGE_INTEGER u64File1, u64File2;
|
ULARGE_INTEGER u64File1, u64File2;
|
||||||
int i; /* An indexer for "for"s */
|
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 */
|
/* Calculate critiries by order given from user */
|
||||||
for (i = 0;i < lpFlags->stOrderBy.sCriteriaCount;i++)
|
for (i = 0;i < lpFlags->stOrderBy.sCriteriaCount;i++)
|
||||||
|
|
Loading…
Reference in a new issue