From 4d7fb449e4c97f39e39f2d8ab48d3097014acd23 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 20 Jan 2016 23:21:36 +0000 Subject: [PATCH 1/1] Corrected values of sizes of CLIENTPIDMAP and XML. --- source/vcard/vcard34conv-v3conv.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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){ -- 2.39.2