mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 01:58:40 +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;
|
||||
dragFileList.clear();
|
||||
CString slash("\\");
|
||||
if (data.find("/", startPos != -1)) {
|
||||
if (data.find("/", startPos) != -1) {
|
||||
slash = "/";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue