summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document-undo.cpp')
-rw-r--r--src/document-undo.cpp2
1 files changed, 1 insertions, 1 deletions
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);