mirror of https://github.com/stella-emu/stella.git
Minor cleanup.
This commit is contained in:
parent
d5b0eb7fb0
commit
d3c8e2b520
|
@ -152,7 +152,7 @@ void StellaDb::importOldStellaDb(const FilesystemNode& node)
|
|||
try {
|
||||
SqliteStatement(
|
||||
*myDb,
|
||||
"ATTACH DATABASE ? AS old_db"
|
||||
"ATTACH DATABASE ? AS `old_db`"
|
||||
)
|
||||
.bind(1, node.getPath())
|
||||
.step();
|
||||
|
|
Loading…
Reference in New Issue