From 0854b25800d3c21c55cc777aa4ccb07b0d67e28d Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Sat, 28 Sep 2013 11:55:51 +1000 Subject: Fixes issue #2 --- SimpleIni.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SimpleIni.h b/SimpleIni.h index 5c9b82a..8a40581 100644 --- a/SimpleIni.h +++ b/SimpleIni.h @@ -2840,6 +2840,7 @@ public: #if defined(SI_NO_MBSTOWCS_NULL) || (!defined(_MSC_VER) && !defined(_linux)) // fall back processing for platforms that don't support a NULL dest to mbstowcs // worst case scenario is 1:1, this will be a sufficient buffer size + (void)a_pInputData; return a_uInputDataLen; #else // get the actual required buffer size -- cgit v1.2.3