[keel,studio] Removing null terminator from JSON file output

This commit is contained in:
2024-09-27 02:30:28 -05:00
parent 8b655c40b9
commit 5373b63cca
3 changed files with 6 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ class Project {
void indexFile(ox::CRStringView path) noexcept;
ox::Error writeBuff(ox::CRStringView path, ox::Buffer const&buff) noexcept;
ox::Error writeBuff(ox::CRStringView path, ox::BufferView const&buff) noexcept;
ox::Result<ox::Buffer> loadBuff(ox::CRStringView path) const noexcept;