From 34556d8722c77ce8d46f79f239d159069f3d003f Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Wed, 4 Jan 2006 17:45:42 +0000 Subject: [PATCH] 64bit patch. Thanks to Zak Kipling git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@404 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/SafeFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/SafeFormat.h b/include/loki/SafeFormat.h index ad6f351..1520768 100755 --- a/include/loki/SafeFormat.h +++ b/include/loki/SafeFormat.h @@ -427,7 +427,7 @@ private: void ReadPrecision() { assert(*format_ == '.'); ++format_; - ParseDecimalUInt(prec_); + ParseDecimalSizeT(prec_); } void ReadModifiers() {