mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed parentheses mess
This commit is contained in:
parent
43e2535335
commit
9d62232a72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue