fixed parentheses mess
This commit is contained in:
parent
43e2535335
commit
9d62232a72
|
@ -28,7 +28,7 @@ CDragInformation::parseDragInfo(CDragFileList& dragFileList, UInt32 fileNum, CSt
|
||||||
size_t findResult2 = 0;
|
size_t findResult2 = 0;
|
||||||
dragFileList.clear();
|
dragFileList.clear();
|
||||||
CString slash("\\");
|
CString slash("\\");
|
||||||
if (data.find("/", startPos != -1)) {
|
if (data.find("/", startPos) != -1) {
|
||||||
slash = "/";
|
slash = "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue