fix insert syntax
This commit is contained in:
parent
65510ae93b
commit
ed4b5609e1
|
@ -439,7 +439,7 @@ int db_sqlite_update(MP3FILE *pmp3) {
|
|||
pmp3->path);
|
||||
|
||||
if((db_sqlite_in_scan) && (!db_sqlite_reload)) {
|
||||
db_sqlite_exec(1,"INSERT INTO updated (id) select id from songs where path='%q')",
|
||||
db_sqlite_exec(1,"INSERT INTO updated (id) select id from songs where path='%q'",
|
||||
pmp3->path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue