From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Aug 2 21:19:27 2000 Subject: bug in printf in 2.1.31? From: Joao Cardoso To: octave-maintainers 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