v0.2.48..v0.2.49 changeset MultiaryIngestChangesetReader.cpp - ngageoint/hootenanny GitHub Wiki

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
   {
⚠️ **GitHub.com Fallback** ⚠️