From b3c3dd8c3fa40dbe037c60e215fae713653bea7d Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 18 Aug 2010 09:22:38 +0000 Subject: [PATCH] fixed: recurrence calling in Big::FromString(const std::string &, uint, const wchar_t **, bool *) it should have the signature: Big::FromString(const std::string &, uint, const char **, bool *) git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@301 e52654a7-88a9-db11-a3e9-0013d4bc506e --- ttmath/ttmathbig.h | 64 +++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/ttmath/ttmathbig.h b/ttmath/ttmathbig.h index c8e9ae1..e58c894 100644 --- a/ttmath/ttmathbig.h +++ b/ttmath/ttmathbig.h @@ -1320,6 +1320,8 @@ public: if( IsZero() ) return 0; + // !! this two loops can be joined together + for(i=0 ; i