From b26d0d079f916c76be734453b58db6b2b8fed5cd Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 14 Aug 1990 00:10:24 +0000 Subject: [PATCH] fixed comment in myesc() --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index 0071470..18f5727 100644 --- a/misc.c +++ b/misc.c @@ -665,7 +665,7 @@ Char array[]; while ( isascii( array[sptr] ) && is_hex_digit( array[sptr] ) ) /* don't increment inside loop control because if - * isdigit() is a macro it will expand it to two + * isdigit() is a macro it might expand into multiple * increments ... */ ++sptr; -- 2.40.0