whoops forgot to set r

SVN revision: 81244
This commit is contained in:
Mike Blumenkrantz 2012-12-18 13:07:57 +00:00
parent ab1455310a
commit 9bfd23edab
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ _e_fm2_icon_path(const E_Fm2_Icon *ic, char *buf, int buflen)
int r;
if (ic->info.link)
snprintf(buf, buflen, "%s", ic->info.link);
r = snprintf(buf, buflen, "%s", ic->info.link);
else
r = snprintf(buf, buflen, "%s/%s", ic->sd->path, ic->info.file);
return r < buflen;