fixed warning on 10.6 and 10.5

This commit is contained in:
jerry 2014-05-06 19:54:02 +00:00
parent 2797e9a719
commit da3b77447a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ CDragInformation::parseDragInfo(CDragFileList& dragFileList, UInt32 fileNum, CSt
slash = "/"; slash = "/";
} }
int index = 0; UInt32 index = 0;
while (index < fileNum) { while (index < fileNum) {
findResult1 = data.find(',', startPos); findResult1 = data.find(',', startPos);
findResult2 = data.find_last_of(slash, findResult1); findResult2 = data.find_last_of(slash, findResult1);