still more PR #1364
Earlier commit left out an intended line, resulting in the sanity check being bogus because the incomplete test wasn't impossible.
This commit is contained in:
@@ -364,8 +364,9 @@ check_version(
|
||||
{
|
||||
if (!filename) {
|
||||
#ifdef EXTRA_SANITY_CHECKS
|
||||
impossible("check_version() called with"
|
||||
" 'complain'=True but 'filename'=Null");
|
||||
if (complain)
|
||||
impossible("check_version() called with"
|
||||
" 'complain'=True but 'filename'=Null");
|
||||
#endif
|
||||
complain = FALSE; /* 'complain' requires 'filename' for pline("%s") */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user