From 9ad5be7e96b9133a5bcfaf0078da8b23ee8aa71c Mon Sep 17 00:00:00 2001
From: jmo <jmo@wiback.org>
Date: Thu, 30 Oct 2008 13:42:43 +0000
Subject: [PATCH] amd64 fix

---
 Scheduler/Console/Server.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scheduler/Console/Server.hh b/Scheduler/Console/Server.hh
index ac86ca2c..0f980942 100644
--- a/Scheduler/Console/Server.hh
+++ b/Scheduler/Console/Server.hh
@@ -186,7 +186,7 @@ namespace console {
         void setNoninteractive();
         
         void translate(std::string & data);
-        unsigned handleInput(std::string input, bool incremental = false);
+        size_t handleInput(std::string input, bool incremental = false);
         virtual void v_write(senf::log::time_type timestamp, std::string const & stream, 
                              std::string const & area, unsigned level, 
                              std::string const & message);
-- 
GitLab