SVN revision: 13912
This commit is contained in:
Carsten Haitzler 2005-03-26 11:30:24 +00:00
parent cfbca3e1d3
commit 75e9166ddb
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ char load (ImlibImage *im, ImlibProgressFunction progress,
if (p) {
if (strcasecmp(p + 1, "bz2")) return 0;
}
else
return 0;
if (!(fp = fopen (im->real_file, "rb"))) {
return 0;
}