Diff between d7be1c1274adb4a269b531d73a385120b3751378 and eb5391fc79f5bbe86435e27f2f5125e33e65b913
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 e34d500..3d26649 100644
--- a/obexd/src/ftp.c
+++ b/obexd/src/ftp.c
@@ -94,7 +94,7 @@ static gchar *file_stat_line(gchar *filename, struct stat *fstat,
strftime(ctime, 17, "%Y%m%dT%H%M%SZ", gmtime(&fstat->st_ctime));
strftime(mtime, 17, "%Y%m%dT%H%M%SZ", gmtime(&fstat->st_mtime));
- escaped = g_uri_escape_string(filename, " ", TRUE);
+ escaped = g_markup_escape_text(filename, -1);
if (S_ISDIR(fstat->st_mode))
ret = g_strdup_printf(FL_FOLDER_ELEMENT, escaped,