From 5c937d20ad353f8857a93aaa9f96f24089b8bde6 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 12 May 2007 19:11:45 +0000 Subject: Fixed print specifier (bzr r3006) --- src/document-undo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document-undo.cpp') diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 0f0a606a1..ce5564ffb 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -147,7 +147,7 @@ public: : InteractionEvent(share_static_string("commit")) { _addProperty(share_static_string("timestamp"), timestamp()); - gchar *serial = g_strdup_printf("%ul", doc->serial()); + gchar *serial = g_strdup_printf("%lu", doc->serial()); _addProperty(share_static_string("document"), serial); g_free(serial); Verb *verb = Verb::get(type); -- cgit v1.2.3