octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #65390] fscanf produces 1 line too much


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65390] fscanf produces 1 line too much
Date: Fri, 1 Mar 2024 10:31:12 -0500 (EST)

Follow-up Comment #1, bug#65390 (group octave):

Confirmed with 9.0.91. A simplified case:

$ cat tst2.dat 
1       2 

octave:1> fd = fopen("tst2.dat", "r")
fd = 19
octave:2> ar = fscanf(fd, '%f  %f')
ar =

   1
   2
   2



Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65390>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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