From 9d62232a722589a4b2de984cfe584616719f53d0 Mon Sep 17 00:00:00 2001 From: jerry Date: Fri, 30 Aug 2013 20:08:20 +0000 Subject: [PATCH] fixed parentheses mess --- src/lib/synergy/CDragInformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/synergy/CDragInformation.cpp b/src/lib/synergy/CDragInformation.cpp index 69bc648f..14b60a52 100644 --- a/src/lib/synergy/CDragInformation.cpp +++ b/src/lib/synergy/CDragInformation.cpp @@ -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 = "/"; }