efreet: force cast for windows.

This commit is contained in:
Cedric Bail 2013-05-05 16:02:30 +09:00
parent c232458de5
commit 64241457f0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ efreet_trash_dir_get(const char *file)
if (path[0])
{
snprintf(buf, sizeof(buf), "%s/.Trash-%d", path, getuid());
snprintf(buf, sizeof(buf), "%s/.Trash-%u", path, (unsigned int) getuid());
if (!ecore_file_exists(buf) && !ecore_file_mkpath(buf))
return NULL;