SVN revision: 62870
This commit is contained in:
Mike Blumenkrantz 2011-08-26 18:17:37 +00:00
parent c8c9ffc0ea
commit 11186c9994
1 changed files with 1 additions and 1 deletions

View File

@ -3229,7 +3229,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path)
*/ */
if (custom_desktop_dir) if (custom_desktop_dir)
{ {
int len; size_t len;
custom_desktop_dir = e_util_shell_env_path_eval(custom_desktop_dir); custom_desktop_dir = e_util_shell_env_path_eval(custom_desktop_dir);
len = strlen(custom_desktop_dir); len = strlen(custom_desktop_dir);