From 66b7ccfa202cb0a54c2de98eddf156f6d7e5837d Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Thu, 10 May 2007 01:18:32 +0000 Subject: fix formatting (bzr r2992) --- src/debug/simple-event.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/debug') diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h index 115c1e2f4..4d5264d73 100644 --- a/src/debug/simple-event.h +++ b/src/debug/simple-event.h @@ -56,10 +56,10 @@ protected: void _addProperty(char const *name, char const *value) { _addProperty(Util::share_string(name), Util::share_string(value)); } - void _addProperty(Util::ptr_shared name, unsigned long value) { - _addFormattedProperty(name, "%ul", value); + void _addProperty(Util::ptr_shared name, long value) { + _addFormattedProperty(name, "%l", value); } - void _addProperty(char const *name, unsigned long value) { + void _addProperty(char const *name, long value) { _addProperty(Util::share_string(name), value); } -- cgit v1.2.3