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) {
|
if (!filename) {
|
||||||
#ifdef EXTRA_SANITY_CHECKS
|
#ifdef EXTRA_SANITY_CHECKS
|
||||||
impossible("check_version() called with"
|
if (complain)
|
||||||
" 'complain'=True but 'filename'=Null");
|
impossible("check_version() called with"
|
||||||
|
" 'complain'=True but 'filename'=Null");
|
||||||
#endif
|
#endif
|
||||||
complain = FALSE; /* 'complain' requires 'filename' for pline("%s") */
|
complain = FALSE; /* 'complain' requires 'filename' for pline("%s") */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user