Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 15190 invoked by uid 500); 12 Jun 2003 03:53:34 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 15179 invoked from network); 12 Jun 2003 03:53:34 -0000 Received: from theoryx5.uwinnipeg.ca (142.132.1.82) by daedalus.apache.org with SMTP; 12 Jun 2003 03:53:34 -0000 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.11.6/8.11.6) with ESMTP id h5C3d0X01419 for ; Wed, 11 Jun 2003 22:39:00 -0500 Date: Wed, 11 Jun 2003 22:39:00 -0500 (CDT) From: Randy Kobes To: apreq-dev@httpd.apache.org Subject: typo in apreq_xs_postperl.h? 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 Hi, Is there a type (escaping the %d) in glue/perl/xsbuilder/apreq_xs_postperl.h? ============================================ Index: apreq_xs_postperl.h =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_postperl.h,v retrieving revision 1.6 diff -u -r1.6 apreq_xs_postperl.h --- apreq_xs_postperl.h 9 Jun 2003 04:00:45 -0000 1.6 +++ apreq_xs_postperl.h 12 Jun 2003 03:49:38 -0000 @@ -68,7 +68,7 @@ return (apreq_##type##_t *)SvIVX(sv); \ default: \ Perl_croak(aTHX_ "panic: unsupported apreq_" #type \ - "_t type \%d", \ + "_t type %d", \ SvTYPE(sv)); \ } \ } \ ========================================================================= -- best regards, randy