Fixes the windows build as it has a matching implementation for eina_file_cleanup.

Fixes T2804
This commit is contained in:
Vincent Torri 2015-10-26 12:40:49 +01:00 committed by Stefan Schmidt
parent d1f863b272
commit 22b45f220c
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ eina_file_path_sanitize(const char *path)
else
result = path;
r = _eina_file_escape(strdup(result ? result : ""), len);
r = _eina_file_escape(eina_file_cleanup(result), len);
if (result != path) eina_tmpstr_del(result);
return r;