From: Steve Brokenshire Date: Thu, 21 Jan 2016 22:05:59 +0000 (+0000) Subject: Bracket should be curly bracket not square bracket X-Git-Tag: release-0.09~40 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;ds=sidebyside;h=56f00cb533d1930c172289f70df6ca5f5446227e;p=xestiaab%2F.git Bracket should be curly bracket not square bracket --- 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.