octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34897] fileread.m test fail on cygwin


From: Rik
Subject: [Octave-bug-tracker] [bug #34897] fileread.m test fail on cygwin
Date: Sun, 27 Nov 2011 00:14:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #34897 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

This is the stupid end-of-line issue which differs between UNIX, Mac, and
Windows.  Does the test pass if you change the file to be opened in binary
mode by omitting the 't' when opening the file?


fid = fopen (fname, "wt"); 

   should be

fid = fopen (fname, "w"); 



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34897>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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