Skip to content

v0.2.48..v0.2.49 changeset MultiaryIngestChangesetReader.cpp

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngestChangesetReader.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngestChangesetReader.cpp
index aca4cbe..19452f2 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngestChangesetReader.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngestChangesetReader.cpp
@@ -111,7 +111,7 @@ Change MultiaryIngestChangesetReader::readNextChange()
   if (lineParts[1].startsWith("{"))
   {
     //json - don't use this until #1772 is fixed
-    tmpMap = _jsonReader.loadFromString(lineParts[1]);
+    _jsonReader.loadFromString(lineParts[1], tmpMap);
   }
   else
   {
Clone this wiki locally