Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 78741 invoked by uid 500); 28 Sep 2001 04:00:34 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 78722 invoked from network); 28 Sep 2001 04:00:33 -0000 Date: Fri, 28 Sep 2001 00:00:36 -0400 (EDT) From: Cliff Woolley X-X-Sender: To: Subject: Re: cvs commit: apr/strings apr_strings.c In-Reply-To: <20010928034305.25579.qmail@icarus.apache.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On 28 Sep 2001 ianh@apache.org wrote: > + nargs = 0; > while ((argp = va_arg(adummy, char *)) != NULL) { > len = strlen(argp); Urm, didnjya mean to remove that last line? > + if (nargs < MAX_SAVED_LENGTHS) { > + len = saved_lengths[nargs++]; > + } > + else { > + len = strlen(argp); > + } > + > memcpy(cp, argp, len); > cp += len; > } --Cliff -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA