mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 05:44:32 +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(
|
||||
"Overriding %" PRI_SV " region size limit for option '-S'",
|
||||
PRI_SV_ARG(search->first)
|
||||
|
||||
Reference in New Issue
Block a user