summaryrefslogtreecommitdiff
path: root/editors/obby/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/obby/patches/patch-aa')
-rw-r--r--editors/obby/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/obby/patches/patch-aa b/editors/obby/patches/patch-aa
new file mode 100644
index 00000000000..5ce47aeabd9
--- /dev/null
+++ b/editors/obby/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/10/27 19:41:11 drochner Exp $
+
+--- src/chat.cpp.orig 2009-06-18 15:23:44.000000000 +0200
++++ src/chat.cpp
+@@ -43,7 +43,7 @@ obby::chat::message::message(const std::
+ obby::chat::message::message(const serialise::object& obj,
+ const user_table& user_table):
+ m_text(obj.get_required_attribute("text").get_value() ),
+- m_timestamp(obj.get_required_attribute("timestamp").as<std::time_t>() )
++ m_timestamp(obj.get_required_attribute("timestamp").as<int>() )
+ {
+ }
+