SVN revision: 5124
This commit is contained in:
Tom Gilbert 2001-08-12 13:45:47 +00:00
parent f2ba676428
commit f537ac14e3
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ save (ImlibImage *im, ImlibProgressFunction progress,
*tmp++ = '\0';
if(!tmp)
return 0;
strcpy(key, tmp + 1);
strcpy(key, tmp);
if (exists(file))
{