Oops! Fixed little mistake on ethumb_file_get().

SVN revision: 40743
This commit is contained in:
Rafael Antognolli 2009-05-19 13:57:48 +00:00
parent 053567b366
commit dead11c234
1 changed files with 2 additions and 2 deletions

View File

@ -743,8 +743,8 @@ ethumb_thumb_path_get(Ethumb *e, const char **path, const char **key)
if (!e->thumb_path)
_ethumb_file_generate_path(e);
if (*path) *path = e->thumb_path;
if (*key) *key = e->thumb_key;
if (path) *path = e->thumb_path;
if (key) *key = e->thumb_key;
}
void