octave-maintainers
[Top][All Lists]
Advanced

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

edit.m bug fix


From: Carlo de Falco
Subject: edit.m bug fix
Date: Tue, 20 Mar 2012 19:44:12 +0100

I see the following errors when calling "edit":

>> edit edit.cc
error: cstrcat: expecting arguments to character strings
error: called from:
error:   /opt/octave/3.7/share/octave/3.7.0+/m/strings/cstrcat.m at line 50, 
column 5
error:   /opt/octave/3.7/share/octave/3.7.0+/m/miscellaneous/edit.m at line 
422, column 14
>> function fntest ()
      a = 1;
   endfunction
>> edit fntest.m
error: type: `fntest' undefined
>> edit fntest.cc
error: type: `fntest' undefined
>> 


the attached cset fixes the errors for me, any ojections if I push?
c.

Attachment: open_1hzlzn8S.txt
Description: Text document


reply via email to

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