mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 00:42:30 +03:00
fixed warning on 10.6 and 10.5
This commit is contained in:
parent
2797e9a719
commit
da3b77447a
@ -42,7 +42,7 @@ CDragInformation::parseDragInfo(CDragFileList& dragFileList, UInt32 fileNum, CSt
|
||||
slash = "/";
|
||||
}
|
||||
|
||||
int index = 0;
|
||||
UInt32 index = 0;
|
||||
while (index < fileNum) {
|
||||
findResult1 = data.find(',', startPos);
|
||||
findResult2 = data.find_last_of(slash, findResult1);
|
||||
|
Loading…
Reference in New Issue
Block a user