From 1281ffa519e90550715d77c7548d38205072a10e Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 18 Apr 2005 16:19:51 +0000 Subject: Fixed bug #80: removed Int64Min / Int64Max --- cpp/src/Slice/PythonUtil.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/Slice/PythonUtil.cpp') diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 87bc16b3eab..6f4beebf727 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -1235,8 +1235,7 @@ Slice::Python::CodeVisitor::visitConst(const ConstPtr& p) case Slice::Builtin::KindLong: { IceUtil::Int64 l; - string::size_type pos; - IceUtil::stringToInt64(value, l, pos); + IceUtil::stringToInt64(value, l); // // The platform's 'long' type may not be 64 bits, so we store 64-bit // values as a string. -- cgit v1.2.3