[gnome-media] grecord: Replace %llu with G_GINT64_FORMAT
- From: Oleksij Rempel <orempel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media] grecord: Replace %llu with G_GINT64_FORMAT
- Date: Wed, 6 Jun 2012 11:39:10 +0000 (UTC)
commit 29add32e84398a8089f1f92b95a49c808f3ee86c
Author: Oleksij Rempel <bug-track fisher-privat net>
Date: Tue Jun 5 17:42:41 2012 +0200
grecord: Replace %llu with G_GINT64_FORMAT
Signed-off-by: Oleksij Rempel <bug-track fisher-privat net>
https://bugzilla.gnome.org/show_bug.cgi?id=677502
grecord/src/gsr-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/grecord/src/gsr-window.c b/grecord/src/gsr-window.c
index 7f293a3..bebb991 100644
--- a/grecord/src/gsr-window.c
+++ b/grecord/src/gsr-window.c
@@ -989,7 +989,7 @@ fill_in_information (GSRWindow *window,
file_size = (guint64) buf.st_size;
human = g_format_size (file_size);
- text = g_strdup_printf (ngettext ("%s (%llu byte)", "%s (%llu bytes)",
+ text = g_strdup_printf (ngettext ("%s (%" G_GINT64_FORMAT " byte)", "%s (%" G_GINT64_FORMAT " bytes)",
file_size), human, file_size);
g_free (human);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]