octave-maintainers
[Top][All Lists]
Advanced

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

bug in printf in 2.1.31?


From: Joao Cardoso
Subject: bug in printf in 2.1.31?
Date: Thu, 03 Aug 2000 03:25:09 +0100

Hi,

I'm not sure if this is 2.1.31 bug...

octave:1> printf("--%d--\n",[]);
--0--
octave:2> printf("%d\n");
0
octave:3> printf("%d")
0ans = 1

is it? humm, I think it is.

Joao



reply via email to

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