From b64ddbd1aaba8811641e502e96f3bbef01171f52 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 17 Aug 2000 20:03:53 +0000 Subject: [PATCH] added comment for my own memory purposes jerry --- source/rpc_parse/parse_misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c index cef2d3e3c2b..34788068c06 100644 --- a/source/rpc_parse/parse_misc.c +++ b/source/rpc_parse/parse_misc.c @@ -910,6 +910,7 @@ void init_unistr2_from_unistr (UNISTR2 *to, UNISTR *from) while ((from->buffer)[i]!='\0') i++; i++; /* one more to catch the terminating NULL */ + /* is this necessary -- jerry? I need to think */ /* set up string lengths; uni_max_len is set to i+1 because we need to account for the final NULL termination */ -- 2.11.4.GIT