Fix the previous revision.
This commit is contained in:
parent
d4edc2761d
commit
24910a0681
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ read_builtin_tables(void)
|
|||
ep->file, strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
res = xundump(fp, ep->name, ep->uid);
|
||||
res = xundump(fp, ep->file, ep->uid);
|
||||
if (res >= 0 && getc(fp) != EOF) {
|
||||
fprintf(stderr, "%s: Junk after the table\n",
|
||||
ep->file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue