mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-03 12:28:39 +00:00
Reuse scrambleLimit instead of its equivalent expression
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ static void parseScrambleSpec(char *spec) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*scrambleLimit != limit && *search->second.first != 0) {
|
if (*scrambleLimit != limit && *scrambleLimit != 0) {
|
||||||
warnx(
|
warnx(
|
||||||
"Overriding %" PRI_SV " region size limit for option '-S'",
|
"Overriding %" PRI_SV " region size limit for option '-S'",
|
||||||
PRI_SV_ARG(search->first)
|
PRI_SV_ARG(search->first)
|
||||||
|
|||||||
Reference in New Issue
Block a user