From: Steve Brokenshire Date: Wed, 20 Jan 2016 23:21:36 +0000 (+0000) Subject: Corrected values of sizes of CLIENTPIDMAP and XML. X-Git-Tag: release-0.09~42 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=4d7fb449e4c97f39e39f2d8ab48d3097014acd23 Corrected values of sizes of CLIENTPIDMAP and XML. --- diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index 9e3f59a..c36d3cb 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -1719,7 +1719,7 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ int intPrevValue = 14; - intPrevValue = ; + intPrevValue = 12; if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){ @@ -1735,9 +1735,9 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ // Process the XML values. - int intPrevValue = 14; + int intPrevValue = 5; - intPrevValue = ; + intPrevValue = 3; if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){