summaryrefslogtreecommitdiff
path: root/gtk/mtp3_summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/mtp3_summary.c')
-rw-r--r--gtk/mtp3_summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/mtp3_summary.c b/gtk/mtp3_summary.c
index a3872260ad..f57ae06cd9 100644
--- a/gtk/mtp3_summary.c
+++ b/gtk/mtp3_summary.c
@@ -276,7 +276,7 @@ mtp3_sum_gtk_sum_cb(GtkWidget *w _U_, gpointer d _U_)
add_string_to_box(string_buff, file_box);
/* length */
- g_snprintf(string_buff, SUM_STR_MAX, "Length: %lu", summary.file_length);
+ g_snprintf(string_buff, SUM_STR_MAX, "Length: %lld", summary.file_length);
add_string_to_box(string_buff, file_box);
/* format */