From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32248 invoked by alias); 11 Oct 2006 08:39:14 -0000 Received: (qmail 32225 invoked by uid 22791); 11 Oct 2006 08:39:11 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Oct 2006 08:39:08 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1GXZcH-00018S-TW; Wed, 11 Oct 2006 04:39:05 -0400 From: Eli Zaretskii To: Denis PILAT CC: gdb-patches@sourceware.org In-reply-to: <452CA4EC.9060700@st.com> (message from Denis PILAT on Wed, 11 Oct 2006 10:01:48 +0200) Subject: Re: [TUI] correctly display windows source files Reply-to: Eli Zaretskii References: <452A6905.1040308@st.com> <452B9EB9.4040709@st.com> <452CA4EC.9060700@st.com> Message-Id: Date: Wed, 11 Oct 2006 08:39:00 -0000 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-10/txt/msg00101.txt.bz2 > Date: Wed, 11 Oct 2006 10:01:48 +0200 > From: Denis PILAT > Cc: gdb-patches@sourceware.org > > > >It should be a simple matter of adding a test for EOF. > > > You're right, I can not do testing on all hosts and libc. > Attached a new proposal. > > In the case of "'\r'EOF" we keep EOF in "c" variable and we exit the > while just below anyway. This new patch is okay with me. Thanks.