From: Steve Brokenshire Date: Wed, 20 Jan 2016 20:12:56 +0000 (+0000) Subject: Fixed source code formatting in CALURI for ConvertToV3 X-Git-Tag: release-0.09~56 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=5f1ea077458c5df909d4fac85b5f786ff96dcc5e;p=xestiaab%2F.git Fixed source code formatting in CALURI for ConvertToV3 --- diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index bddd4b9..3efef90 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -1586,15 +1586,15 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ intPrevValue = 7; - if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){ + if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){ - ContactDatav3.AddRaw(wxT("X-VCARD4-CALURI"), wxSPropertySeg2); + ContactDatav3.AddRaw(wxT("X-VCARD4-CALURI"), wxSPropertySeg2); - } else { + } else { - ContactDatav3.AddRaw(wxT("X-VCARD4-CALURI;") + ContactLine.Mid(intPrevValue, ((QuoteBreakPoint + 1) - (intPrevValue + 1))), wxSPropertySeg2); + ContactDatav3.AddRaw(wxT("X-VCARD4-CALURI;") + ContactLine.Mid(intPrevValue, ((QuoteBreakPoint + 1) - (intPrevValue + 1))), wxSPropertySeg2); - } + } } else if (wxSProperty == wxT("CALADRURI")){