fix signed warning

SVN revision: 55772
This commit is contained in:
Sebastian Dransfeld 2010-12-29 19:48:15 +00:00
parent b5a77ea6fc
commit 48bb9f207f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ _e_wid_fsel_favorites_add(void *data1, void *data2 __UNUSED__)
symlink(current_path, buf);
else
{
unsigned int i = 1, maxlen;
int i = 1, maxlen;
buf[len] = '-';
len++;