From 23734b142c14deea409939868875f2c92a0526a4 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sun, 22 Aug 2004 17:34:39 +0000 Subject: [PATCH] Removed a comment (it was a personal comment). --- src/xspice/enh/enhtrans.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/xspice/enh/enhtrans.c b/src/xspice/enh/enhtrans.c index bfc82bc9b..79d6b0024 100755 --- a/src/xspice/enh/enhtrans.c +++ b/src/xspice/enh/enhtrans.c @@ -555,12 +555,7 @@ static int get_poly_dimension( dim = atoi(local_tok); FREE(local_tok); - /* Notice to Stuart: on error atoi returns 0. The following - * code thus cannot distinguish between a POLY(0), which is - * meaningless, I think, and POLY(FOO) which is not a number. - * - * What about using strtol ? - */ + if (dim > 0) { return(dim); }