and dont use buf! :)

SVN revision: 11821
This commit is contained in:
Carsten Haitzler 2004-10-10 04:29:21 +00:00
parent e60a541c5a
commit f40fa3993e
1 changed files with 2 additions and 2 deletions

View File

@ -351,8 +351,8 @@ data_write(void)
}
else
{
fprintf(stderr, "%s: Error. unable to load image for image part \"%s\" as \"%s\" part entry to %s \n",
progname, img->entry, buf, file_out);
fprintf(stderr, "%s: Error. unable to load image for image \"%s\" part entry to %s \n",
progname, img->entry, file_out);
ABORT_WRITE(ef, file_out);
}
}