aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpret.h b/interpret.h
index abffbda4..c7380bd4 100644
--- a/interpret.h
+++ b/interpret.h
@@ -1043,7 +1043,7 @@ match_re:
if (inrec(curfile, & errcode) != 0) {
if (errcode > 0 && (do_traditional || ! pc->has_endfile))
fatal(_("error reading input file `%s': %s"),
- curfile->name, strerror(errcode));
+ curfile->public.name, strerror(errcode));
JUMPTO(ni);
} /* else