We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a6447 commit b7d5adaCopy full SHA for b7d5ada
1 file changed
src/main.cpp
@@ -672,7 +672,7 @@ void openListingEditor() {
672
utils::numFromString<int>(id.c_str()).unwrapOrDefault()
673
);
674
auto liststr = createListingIDs(list);
675
- file::writeString(path, liststr).err();
+ file::writeString(path.c_str(), liststr.c_str()).err();
676
if (auto l = layer->getChildByType<CCLabelBMFont>(0))
677
l->setString(liststr.c_str());
678
if (auto l = layer->getChildByType<LoadingCircle>(0))
0 commit comments