updated build system
This commit is contained in:
2
support/3rd_party/include/utils/file.hpp
vendored
2
support/3rd_party/include/utils/file.hpp
vendored
@ -79,7 +79,7 @@ public:
|
||||
std::size_t *total_written = nullptr) -> bool {
|
||||
auto str_data = data.dump();
|
||||
return write_(reinterpret_cast<const unsigned char *>(str_data.c_str()),
|
||||
data.size(), 0U, total_written);
|
||||
str_data.size(), 0U, total_written);
|
||||
}
|
||||
#endif // defined(PROJECT_ENABLE_JSON)
|
||||
|
||||
|
Reference in New Issue
Block a user