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

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

[Octave-bug-tracker] [bug #63462] sscanf reports incorrect number of out


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63462] sscanf reports incorrect number of output values.
Date: Sun, 4 Dec 2022 07:30:19 -0500 (EST)

Follow-up Comment #3, bug #63462 (project octave):

The plus "+" at the end of the hg id string indicates that you have
local modifications to the sources. Please undo them and repeat the test. 
To be sure I would recommend to re-clone.


octave:1> [a,b,c,d,cnt, err]=sscanf("1 abcdefg 3\n","%d %s %g %g","C")
a = 1
b = abcdefg
c = 3
d = [](0x0)
cnt = 3
err = %s: read error: sscanf
octave:2> version -hgid
ans = b69d89906ae9


Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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