mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-22 16:31:51 +00:00
Make CLI and OPT options -p and -Q more consistent (#1834)
This commit is contained in:
@@ -402,7 +402,7 @@ int main(int argc, char *argv[]) {
|
||||
char *endptr;
|
||||
unsigned long precision = strtoul(precisionArg, &endptr, 0);
|
||||
|
||||
if (musl_optarg[0] == '\0' || *endptr != '\0') {
|
||||
if (precisionArg[0] == '\0' || *endptr != '\0') {
|
||||
fatal("Invalid argument for option '-Q'");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user