From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6084 invoked by alias); 11 Apr 2003 22:07:11 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 6057 invoked from network); 11 Apr 2003 22:07:10 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.169.160.245) by sources.redhat.com with SMTP; 11 Apr 2003 22:07:10 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id C7E82354C; Fri, 11 Apr 2003 15:07:09 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h3BM79F15582; Fri, 11 Apr 2003 15:07:09 -0700 Date: Fri, 11 Apr 2003 22:07:00 -0000 Message-Id: <200304112207.h3BM79F15582@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix string/tester.c typo In-Reply-To: Jakub Jelinek's message of Friday, 11 April 2003 20:01:31 +0200 <20030411180131.GE16629@sunsite.ms.mff.cuni.cz> X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2003-04/txt/msg00036.txt.bz2 > Hi! > > The loop is otherwise pointless... > > 2003-04-11 Jakub Jelinek > > * string/tester.c (test_strcmp): Fix a typo. Thanks, it's in. Roland