mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +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;
|
libretrodb_query_t *q = NULL;
|
||||||
|
|
||||||
if (query)
|
if (query)
|
||||||
q = libretrodb_query_compile(db, query,
|
q = (libretrodb_query_t*)libretrodb_query_compile(db, query,
|
||||||
strlen(query), &error);
|
strlen(query), &error);
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user