Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 7257 invoked by uid 500); 6 May 2002 08:07:22 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 7243 invoked from network); 6 May 2002 08:07:21 -0000 Date: Mon, 6 May 2002 04:06:37 -0400 (EDT) From: Cliff Woolley X-X-Sender: root@deepthought.cs.virginia.edu To: dev@httpd.apache.org Subject: Re: cvs commit: httpd-2.0/modules/http http_protocol.c In-Reply-To: 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 Mon, 6 May 2002, Cliff Woolley wrote: > > + ctx->boundary = apr_psprintf(r->pool, "%qx%lx", > > + r->request_time, (long) getpid()); > Is %qx portable? Shouldn't that be APR_TIME_T_FMT? Oh duh, this is apr_psprintf(), not printf(). Nevermind. ;) --Cliff -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA