From 56f00cb533d1930c172289f70df6ca5f5446227e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 21 Jan 2016 22:05:59 +0000 Subject: [PATCH] Bracket should be curly bracket not square bracket --- source/vcard/vcard34conv-v3conv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index 9703e55..8639a74 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -1749,7 +1749,7 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ } - } else if (wxSProperty.Mid(0, 6) == wxT("SOURCE"))[ + } else if (wxSProperty.Mid(0, 6) == wxT("SOURCE")){ // Process the source links. -- 2.39.2