From b2c1904c6fe4b80640f8562be446472829fd0a71 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 19 May 1999 01:17:14 +0000 Subject: [PATCH] double isc_lex_gettoken --- lib/isc/base64.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/base64.c b/lib/isc/base64.c index 224b64c7b7..97b0ecca10 100644 --- a/lib/isc/base64.c +++ b/lib/isc/base64.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: base64.c,v 1.1 1999/05/18 17:46:58 bwelling Exp $ */ + /* $Id: base64.c,v 1.2 1999/05/19 01:17:14 marka Exp $ */ #include @@ -195,7 +195,6 @@ gettoken(isc_lex_t *lexer, isc_token_t *token, isc_tokentype_t expect, else if (expect == isc_tokentype_number) options |= ISC_LEXOPT_NUMBER; result = isc_lex_gettoken(lexer, options, token); - result = isc_lex_gettoken(lexer, options, token); switch (result) { case ISC_R_SUCCESS: break;