Diff between a2c4a45e285c8d3d6b13b9cddffe866307a4926a and 3031cd97d29ada4ca9de06967733248324095abf

Changed Files

File Additions Deletions Status
obexd/src/ftp.c +1 -1 modified

Full Patch

diff --git a/obexd/src/ftp.c b/obexd/src/ftp.c
index 416f7b5..4d7c52f 100644
--- a/obexd/src/ftp.c
+++ b/obexd/src/ftp.c
@@ -95,7 +95,7 @@ static gchar *file_stat_line(gchar *filename, struct stat *fstat,
 	strftime(ctime, 16, "%Y%m%dT%H%M%S", gmtime(&fstat->st_ctime));
 	strftime(mtime, 16, "%Y%m%dT%H%M%S", gmtime(&fstat->st_mtime));
 
-	escaped = g_uri_escape_string(filename, "", TRUE);
+	escaped = g_uri_escape_string(filename, " ", TRUE);
 
 	if (S_ISDIR(fstat->st_mode))
 		ret = g_strdup_printf(FL_FOLDER_ELEMENT, escaped,