Fix build break in pline.c
This commit is contained in:
+1
-1
@@ -636,7 +636,7 @@ VA_DECL2(int, lvl, const char *, str)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (iflags.verbose_logging_start != 0 &&
|
if (iflags.verbose_logging_start != 0 &&
|
||||||
moves >= iflags.verbose_logging_start)
|
g.moves >= iflags.verbose_logging_start)
|
||||||
g_fuzzer_log_level = LOG_VERBOSE;
|
g_fuzzer_log_level = LOG_VERBOSE;
|
||||||
|
|
||||||
if (lvl <= g_fuzzer_log_level)
|
if (lvl <= g_fuzzer_log_level)
|
||||||
|
|||||||
Reference in New Issue
Block a user