Fix the previous revision.

This commit is contained in:
Markus Armbruster 2006-02-19 15:42:48 +00:00
parent d4edc2761d
commit 24910a0681

View file

@ -58,7 +58,7 @@ read_builtin_tables(void)
ep->file, strerror(errno)); ep->file, strerror(errno));
return -1; return -1;
} }
res = xundump(fp, ep->name, ep->uid); res = xundump(fp, ep->file, ep->uid);
if (res >= 0 && getc(fp) != EOF) { if (res >= 0 && getc(fp) != EOF) {
fprintf(stderr, "%s: Junk after the table\n", fprintf(stderr, "%s: Junk after the table\n",
ep->file); ep->file);