From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5825 invoked by alias); 26 Nov 2012 04:19:27 -0000 Received: (qmail 5786 invoked by uid 48); 26 Nov 2012 04:19:05 -0000 From: "allachan at au1 dot ibm.com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/14876] Support for strprime with %Z is inconsistent between doc and code Date: Mon, 26 Nov 2012 04:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: allachan at au1 dot ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00218.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14876 --- Comment #2 from paxdiablo 2012-11-26 04:19:04 UTC --- I've also just noticed that the code I had in the original comment for %% actually is for any character that's not a format specifier. The code for %% was actually: case '%': /* Match the `%' character itself. */ match_char ('%', *rp++); break; but the concept still stands, re the advancement of the rp pointer. I'll shut up now. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.