--- siefs-0.5/siefs/siefs.c.alt-fix-getdir 2006-12-31 19:09:27 +0300 +++ siefs-0.5/siefs/siefs.c 2006-12-31 19:09:27 +0300 @@ -127,7 +127,7 @@ obexdirentry *de; int res = 0; - path = new_ascii2utf(path); + path = strdup(path); d = (g_operation == SIEFS_IDLE) ? 2 : 5; t = time(NULL);