summaryrefslogtreecommitdiff
path: root/src/upload
diff options
context:
space:
mode:
Diffstat (limited to 'src/upload')
-rw-r--r--src/upload/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upload/transfer.c b/src/upload/transfer.c
index 9b1d5bc..a1fcdaf 100644
--- a/src/upload/transfer.c
+++ b/src/upload/transfer.c
@@ -76,7 +76,7 @@ get_transfer_progress_cb (GUPnPServiceProxy *cds_proxy,
if (total > 0) {
guint64 progress = length * 100 / total;
- g_print ("\b\b\b%2llu%%", progress);
+ g_print ("\b\b\b%2" G_GUINT64_FORMAT "%%", progress);
}
data->action = NULL;