help-octave
[Top][All Lists]
Advanced

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

frewind() broken octave 3.6.1 on winxp/32b ?


From: Jeff Harrang
Subject: frewind() broken octave 3.6.1 on winxp/32b ?
Date: Tue, 17 Apr 2012 13:41:58 -0700

Ran a script today that has worked previously (octave 3.4) and found that a file manipulation function fails. The reason seems to be that frewind() is not working. In debug mode it doesn’t return anything and does not seem to do its function so that subsequent fputs() calls fail. Work-around closing file and reopening works properly.

 

File opened like this ..

[fd,errmsg] = fopen(fileName,'r+t');

 

Known issue?

 

BTW – running under latest GUIoctave.

 

Jeff


reply via email to

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