* edje: Oops. Correct fix.

SVN revision: 42937
This commit is contained in:
Cedric BAIL 2009-10-07 12:40:28 +00:00
parent 17c820aef7
commit c6267c9fb9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ source_fetch_file(const char *fil, const char *filname)
sf->name = mem_strdup(filname);
sf->file = mem_alloc(sz + 1);
tmp = fread(sf->file, sz, 1, f);
if (tmp != sz)
if (tmp != 1)
{
fprintf(stderr, "%s: Warning filename length doesn't match !\n",
progname);