Silence warning

SVN revision: 24420
This commit is contained in:
sebastid 2006-08-06 02:16:18 +00:00 committed by sebastid
parent 71194399af
commit 359394687e
1 changed files with 2 additions and 2 deletions

View File

@ -412,8 +412,8 @@ _e_thumb_file_id(char *file, char *key)
}
buf = alloca(len);
strcpy(buf, file);
if (key) strcpy(buf + lenf + 1, key);
strcpy((char *)buf, file);
if (key) strcpy((char *)(buf + lenf + 1), key);
e_sha1_sum(buf, len, id);