bug in news

John W. Eaton jwe at octave.org
Thu Feb 5 16:15:34 CST 2009


On  5-Feb-2009, Petr Mikulik wrote:

| There is a small bug here:
| 
| octave> version
| ans = 3.1.51+
| 
| octave> news
| 
|  ** Block comments
| error: printf: invalid format specified
| error: called from:
| error:   /opt/octave/octave-hg/share/octave/3.1.51+/m/miscellaneous/news.m 
| at line 32, column 7

Fixed by using puts (line) instead of printf (line).

Thanks,

jwe


More information about the Bug-octave mailing list