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

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

[Octave-bug-tracker] [bug #41965] __makeinfo__ assumes unsigned char for


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #41965] __makeinfo__ assumes unsigned char for input text when it should be signed char
Date: Thu, 03 Apr 2014 19:24:25 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #5, bug #41965 (project octave):

Thanks for the comments jwe.

You're right, fputs would be better for this case. The fprintf (fid, "%s",
str) usage seems to be used in at least a handful of functions under scripts,
so perhaps these should be changed together as a cleanup changeset.

Then there are an additional handful of uses of fprintf (fid, "%s\n", str),
that might also be more efficiently done as fputs (fid, [str "\n"]).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41965>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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