mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-21 02:16:44 +00:00
Fix build break in testprefs
This commit is contained in:
@@ -1795,7 +1795,7 @@ TEST test_prefs_loadString_1() {
|
||||
FREE(val);
|
||||
|
||||
JSON_ref jsonVal = NULL;
|
||||
ok = prefs_copyJSONValue(PREF_DOMAIN_JOYSTICK, PREF_KPAD_ROSETTE_CHAR_ARRAY, &jsonVal);
|
||||
ok = prefs_copyJSONValue(PREF_DOMAIN_JOYSTICK, "kpAxisRosetteChars", &jsonVal);
|
||||
ASSERT(ok);
|
||||
ASSERT(json_isArray(jsonVal));
|
||||
ok = json_arrayCount(jsonVal, &lVal);
|
||||
|
||||
Reference in New Issue
Block a user