* src/implicit.c (pattern_search): [SV 61864] Fix debug output.

This commit is contained in:
Dmitry Goncharov 2022-01-20 02:19:52 -05:00 committed by Paul Smith
parent 5f2d114c6d
commit f0ab709640

View file

@ -850,7 +850,7 @@ pattern_search (struct file *file, int archive,
if (intermed_ok)
{
DBS (DB_IMPLICIT,
(d->is_explicit
(d->is_explicit || (df && df->is_explicit)
? _("Looking for a rule with explicit file '%s'.\n")
: _("Looking for a rule with intermediate file '%s'.\n"),
d->name));