We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7d54 commit 3905493Copy full SHA for 3905493
1 file changed
src/options/display.c
@@ -492,7 +492,6 @@ const char* ffOptionsParseDisplayJsonConfig(FFOptionsDisplay* options, yyjson_va
492
return "display.freq.ndigits must be between -1 and 9";
493
options->freqNdigits = (int8_t) val;
494
}
495
- options->freqNdigits = (int8_t) yyjson_get_int(ndigits);
496
497
498
yyjson_val* spaceBeforeUnit = yyjson_obj_get(val, "spaceBeforeUnit");
0 commit comments