From c6806aee57438976f228b81eac9facddb6fa4796 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 13 Oct 2005 00:14:38 +0000 Subject: quick typo fix; testing --- generic/tclTomMathInterface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclTomMathInterface.c b/generic/tclTomMathInterface.c index 866cf08..bf62963 100644 --- a/generic/tclTomMathInterface.c +++ b/generic/tclTomMathInterface.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTomMathInterface.c,v 1.4 2005/10/12 23:51:44 dkf Exp $ + * RCS: @(#) $Id: tclTomMathInterface.c,v 1.5 2005/10/13 00:14:38 dgp Exp $ */ #include "tclInt.h" @@ -220,7 +220,7 @@ TclBNInitBignumFromWideUInt( */ p = a->dp; - while (vd) { + while (v) { *p++ = (mp_digit) (v & MP_MASK); v >>= MP_DIGIT_BIT; } -- cgit v0.12