Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'snippets.cpp')
-rw-r--r--snippets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets.cpp b/snippets.cpp
index 28e475c..e2295fe 100644
--- a/snippets.cpp
+++ b/snippets.cpp
@@ -34,7 +34,7 @@ snippets(
// load from a string
std::string strData;
- rc = ini.Load(strData.c_str(), strData.size());
+ rc = ini.LoadData(strData.c_str(), strData.size());
if (rc < 0) return false;
// GETTING SECTIONS AND KEYS