From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9720 invoked by alias); 7 Aug 2002 08:52:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9712 invoked from network); 7 Aug 2002 08:52:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Aug 2002 08:52:44 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g778dhl31445 for ; Wed, 7 Aug 2002 04:39:43 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g778qeu19293 for ; Wed, 7 Aug 2002 04:52:40 -0400 Received: from cygbert.vinschen.de (vpn50-11.rdu.redhat.com [172.16.50.11]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g778qZe31190 for ; Wed, 7 Aug 2002 01:52:35 -0700 Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id g778qX403607 for gdb-patches@sources.redhat.com; Wed, 7 Aug 2002 10:52:33 +0200 Date: Wed, 07 Aug 2002 01:52:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] cli/cli-dump.c: Write dump always in binary mode on Cygwin Message-ID: <20020807105232.U3921@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20020806101017.Q3921@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-08/txt/msg00157.txt.bz2 On Tue, Aug 06, 2002 at 07:10:24PM +0300, Eli Zaretskii wrote: > > On Tue, 6 Aug 2002, Corinna Vinschen wrote: > > > - d->mode = "w"; > > + d->mode = "wb"; > > set_cmd_context (c, d); > > c->func = call_dump_func; > > > > @@ -450,7 +450,7 @@ add_dump_command (char *name, void (*fun > > c->completer = filename_completer; > > d = XMALLOC (struct dump_context); > > d->func = func; > > - d->mode = "a"; > > + d->mode = "ab"; > > set_cmd_context (c, d); > > c->func = call_dump_func; > > > > > > Is that ok? > > Fine with me, thanks. Thanks, applied. Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen@redhat.com