Skip to content

Commit 4464de6

Browse files
committed
BUG correction: make rootfs RO only in saveRequest in CollectionInfo::Save
Signed-off-by: Vincent-FK <[email protected]>
1 parent a2315cb commit 4464de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetroFE/Source/Collection/CollectionInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ bool CollectionInfo::Save()
142142
Logger::write(Logger::ZONE_ERROR, "Collection", "Save failed: " + file);
143143
retval = false;
144144
}
145-
}
146145

147-
Utils::rootfsReadOnly();
146+
Utils::rootfsReadOnly();
147+
}
148148

149149
return retval;
150150
}

0 commit comments

Comments
 (0)