mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Alcaro - not a useless cast at all. Broke Windows build.
This commit is contained in:
parent
18aefdd83b
commit
21ff16471a
@ -35,7 +35,7 @@ int database_open_cursor(libretrodb_t *db,
|
||||
libretrodb_query_t *q = NULL;
|
||||
|
||||
if (query)
|
||||
q = libretrodb_query_compile(db, query,
|
||||
q = (libretrodb_query_t*)libretrodb_query_compile(db, query,
|
||||
strlen(query), &error);
|
||||
|
||||
if (error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user