[evince] Fix build when using C++11 mode
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Fix build when using C++11 mode
- Date: Tue, 26 Aug 2014 21:34:47 +0000 (UTC)
commit 6197eba6c42a6d4513fa758e15d11dcdc4389f55
Author: Ting-Wei Lan <lantw src gnome org>
Date: Wed Aug 27 01:25:36 2014 +0800
Fix build when using C++11 mode
https://bugzilla.gnome.org/show_bug.cgi?id=735466
backend/pdf/ev-poppler.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index 785005e..631eab4 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -3007,7 +3007,7 @@ annot_set_unique_name (EvAnnotation *annot)
{
gchar *name;
- name = g_strdup_printf ("annot-%"G_GUINT64_FORMAT, g_get_real_time ());
+ name = g_strdup_printf ("annot-%" G_GUINT64_FORMAT, g_get_real_time ());
ev_annotation_set_name (annot, name);
g_free (name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]