Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 65926 invoked from network); 16 Apr 2007 00:16:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 00:16:31 -0000 Received: (qmail 19958 invoked by uid 500); 16 Apr 2007 00:16:37 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 19942 invoked by uid 500); 16 Apr 2007 00:16:37 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 19931 invoked by uid 99); 16 Apr 2007 00:16:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2007 17:16:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2007 17:16:31 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HdEsy-00049b-AD for apreq-dev@httpd.apache.org; Mon, 16 Apr 2007 02:16:00 +0200 Received: from adsl-065-012-220-185.sip.bct.bellsouth.net ([65.12.220.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Apr 2007 02:16:00 +0200 Received: from joe+gmane by adsl-065-012-220-185.sip.bct.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Apr 2007 02:16:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: apreq-dev@httpd.apache.org To: apreq-dev@httpd.apache.org From: Joe Schaefer Subject: Re: Error Building libapreq2.08 Date: Sun, 15 Apr 2007 20:15:49 -0400 Lines: 17 Message-ID: <87ps6518ei.fsf@gemini.sunstarsys.com> References: <2C26F076-28EB-4794-9595-3A5B6D84E62A@2xlp.com> <87zm591e4d.fsf@gemini.sunstarsys.com> <9991285E-B728-47B6-9E52-F8C60612ED2B@2xlp.com> <87vefx1arc.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-065-012-220-185.sip.bct.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:yQMEZSnAc9T4WUhrumdXs6+nDvA= Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Jonathan Vanasco writes: > # at (util.c:106) test 4 in test_charset_divine > # testing: apreq_decode(expect, &elen, src3, sizeof(src3) -1) == APR_SUCCESS, > as integers (util.c:108) > # format: %d > # left: 120011 > # right: 120011 > not ok 36 - apreq_decode(expect, &elen, src3, sizeof(src3) -1) == APR_SUCCESS, Still puzzled as to why left == right here, but that error code is APREQ_ERROR_BADCHAR. There are only a few places in util.c which return that error, and none of them look relevant to the decoding of src3. -- Joe Schaefer