fixed parentheses mess

This commit is contained in:
jerry 2013-08-30 20:08:20 +00:00
parent 43e2535335
commit 9d62232a72
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ CDragInformation::parseDragInfo(CDragFileList& dragFileList, UInt32 fileNum, CSt
size_t findResult2 = 0;
dragFileList.clear();
CString slash("\\");
if (data.find("/", startPos != -1)) {
if (data.find("/", startPos) != -1) {
slash = "/";
}