From fe50d12a5d3750dd8993d5358fb53c76f1d0ac2a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 20 Jan 2016 21:44:38 +0000 Subject: [PATCH] Fixed alignment in ConvertV4PropertyProc. --- source/vcard/vcard34conv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vcard/vcard34conv.cpp b/source/vcard/vcard34conv.cpp index b543047..4faa514 100644 --- a/source/vcard/vcard34conv.cpp +++ b/source/vcard/vcard34conv.cpp @@ -50,7 +50,7 @@ void vCard34Conv::ConvertV4PropertyProc(wxString *wxSPropertyName, wxString wxSProperty; wxString wxSPropertySeg1Chopped; - size_t intPropertyLen; + size_t intPropertyLen; if (ProcessItemData == TRUE){ -- 2.39.2