Skip to content

Commit b7d5ada

Browse files
committed
ok
1 parent 80a6447 commit b7d5ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ void openListingEditor() {
672672
utils::numFromString<int>(id.c_str()).unwrapOrDefault()
673673
);
674674
auto liststr = createListingIDs(list);
675-
file::writeString(path, liststr).err();
675+
file::writeString(path.c_str(), liststr.c_str()).err();
676676
if (auto l = layer->getChildByType<CCLabelBMFont>(0))
677677
l->setString(liststr.c_str());
678678
if (auto l = layer->getChildByType<LoadingCircle>(0))

0 commit comments

Comments
 (0)