mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
Get rid of warning in query.c
This commit is contained in:
parent
789ee4f370
commit
72e1890ba7
@ -588,7 +588,7 @@ static struct buffer parse_integer(
|
||||
#else
|
||||
"%lld",
|
||||
#endif
|
||||
&value->int_) == 0)
|
||||
(signed long long*)&value->int_) == 0)
|
||||
{
|
||||
raise_expected_number(buff.offset, error);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user