[keel,studio] Removing null terminator from JSON file output
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user