From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21705 invoked by alias); 3 Nov 2006 15:36:37 -0000 Received: (qmail 21696 invoked by uid 22791); 3 Nov 2006 15:36:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 03 Nov 2006 15:36:29 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gg15m-0001Oy-8D; Fri, 03 Nov 2006 10:36:26 -0500 Date: Fri, 03 Nov 2006 15:36:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: Fix target remote pipe error message Message-ID: <20061103153625.GA5372@nevyn.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200611031833.17855.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611031833.17855.vladimir@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00020.txt.bz2 On Fri, Nov 03, 2006 at 06:33:17PM +0300, Vladimir Prus wrote: > This patch fixes the error message. OK? > > - Volodya > > * serial.c (serial_open): Strip leading spaces from program name > when opening pipe. OK. > - open_name = name + 1; /* discard ``|'' */ > + /* discard ``|'' and any space before the command itself. */ Two spaces after period please. -- Daniel Jacobowitz CodeSourcery