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

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

[Octave-bug-tracker] [bug #42345] manual should describe incompatibility


From: Stefan Mahr
Subject: [Octave-bug-tracker] [bug #42345] manual should describe incompatibility in fprintf on invalid %-sequence
Date: Wed, 14 May 2014 14:50:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36

Follow-up Comment #17, bug #42345 (project octave):

Behaviour should be similar to TCP, so if you have MATLAB, you could test this
code:


echotcpip('on',4012)
t = tcpip('localhost',4012);
fopen(t)
fprintf(t,'%')
A = fread(t, 1);
fclose(t)
echotcpip('off')




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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