warning--

SVN revision: 55475
This commit is contained in:
Vincent Torri 2010-12-11 00:40:05 +00:00
parent 560d9a3ab0
commit d1e8eafa53
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ EAPI Eina_Unicode *
eina_unicode_strdup(const Eina_Unicode *text)
{
Eina_Unicode *ustr;
int len;
size_t len;
len = eina_unicode_strlen(text);
ustr = (Eina_Unicode *)calloc(len + 1, sizeof(Eina_Unicode));