mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Remove misplaced quotes
This commit is contained in:
@@ -1115,7 +1115,7 @@ cache_artwork_add_impl(struct cache_command *cmd)
|
||||
static int
|
||||
cache_artwork_get_impl(struct cache_command *cmd)
|
||||
{
|
||||
#define Q_TMPL "SELECT a.format, a.data FROM artwork a WHERE a.persistentid = '%" PRIi64 "' AND a.max_w = %d AND a.max_h = %d;"
|
||||
#define Q_TMPL "SELECT a.format, a.data FROM artwork a WHERE a.persistentid = %" PRIi64 " AND a.max_w = %d AND a.max_h = %d;"
|
||||
sqlite3_stmt *stmt;
|
||||
char *query;
|
||||
int datalen;
|
||||
|
||||
Reference in New Issue
Block a user