few more windows issues

This commit is contained in:
2025-11-11 19:00:00 -05:00
parent 993f92e412
commit 517a8262a6
5 changed files with 10 additions and 15 deletions

View File

@@ -102,7 +102,7 @@ namespace anm2ed
bool Document::autosave(std::string* errorString)
{
auto autosavePath = autosave_path_get();
if (anm2.serialize(autosavePath, errorString))
if (anm2.serialize(autosavePath.string(), errorString))
{
autosaveHash = hash;
lastAutosaveTime = 0.0f;