mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-20 14:33:15 +00:00
[settings] Allow for setting fetchers to fail in fetchf_hex()
This commit is contained in:
parent
e2d5788716
commit
6936c40fef
@ -1040,6 +1040,8 @@ static int fetchf_hex ( struct settings *settings, struct setting *setting,
|
||||
|
||||
check_len = fetch_setting ( settings, setting, raw,
|
||||
sizeof ( raw ) );
|
||||
if ( check_len < 0 )
|
||||
return check_len;
|
||||
assert ( check_len == raw_len );
|
||||
|
||||
if ( len )
|
||||
|
Loading…
x
Reference in New Issue
Block a user