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

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

[Octave-bug-tracker] [bug #36278] Sprintf %d bugs


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #36278] Sprintf %d bugs
Date: Tue, 24 Apr 2012 11:23:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19

Update of bug #36278 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is not a bug, your value is larger than what can be handled by the %d
format specifier, regardless of 32-bit or 64-bit architecture.  Use %ld
instead, that shows the same value as %.0f for me, for this example.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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