This commit is contained in:
1
deps/ox/src/ox/oc/read.hpp
vendored
1
deps/ox/src/ox/oc/read.hpp
vendored
@@ -181,7 +181,6 @@ Error OrganicClawReader::field(const char *key, T *val) noexcept {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Json::LogicError const&e) {
|
} catch (Json::LogicError const&e) {
|
||||||
oxDebugf("JSON error: {}", e.what());
|
|
||||||
err = ox::Error(1, "error reading JSON data");
|
err = ox::Error(1, "error reading JSON data");
|
||||||
}
|
}
|
||||||
++m_fieldIt;
|
++m_fieldIt;
|
||||||
|
Reference in New Issue
Block a user