octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Q: Low hanging fruit?


From: David Bateman
Subject: Re: Q: Low hanging fruit?
Date: Wed, 12 Mar 2008 15:09:40 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

David Bateman wrote:
> Here is an additional compatibility fix
>
> D.
>   
Opps, exported the wrong patch. Use the attached instead...


D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary

# HG changeset patch
# User David Bateman <address@hidden>
# Date 1205302936 -3600
# Node ID f761dc86ed70deaa223a6c0052c5d8e5a381c6ea
# Parent  5f774fa3e0f24ca47c3a96351554ba71e4dcc345
Trivial dlmread fix

diff --git a/src/DLD-FUNCTIONS/dlmread.cc b/src/DLD-FUNCTIONS/dlmread.cc
--- a/src/DLD-FUNCTIONS/dlmread.cc
+++ b/src/DLD-FUNCTIONS/dlmread.cc
@@ -273,9 +273,12 @@ a spreadsheet style range such as 'A2..Q
                    case ' ':
                    case '\t':
                      sepflag = true;
+                     sep = " \t";
+                     break;
 
                    default:
                      sep = ch;
+                     break;
                    }
                }
            }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]