Diff between 0f7b050659f31a02823e157ae0a03afe9c842167 and 6b00375df6aaa773a1e8aba3be220a7088d6cf81
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 b4dc425..da23847 100644
--- a/obexd/src/ftp.c
+++ b/obexd/src/ftp.c
@@ -65,7 +65,7 @@
#define FL_PARENT_FOLDER_ELEMENT "<parent-folder/>" EOL_CHARS
-#define FL_FILE_ELEMENT "<file name=\"%s\" size=\"%" G_GUINT64_FORMAT "\"" \
+#define FL_FILE_ELEMENT "<file name=\"%s\" size=\"%lu\"" \
" %s accessed=\"%s\" " \
"modified=\"%s\" created=\"%s\"/>" EOL_CHARS