This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/10242] sprintf does not recognize "%ld" conversion specifier


------- Additional Comments From fche at redhat dot com  2009-06-08 11:40 -------
%ld is not supported, since we don't differentiate between
"long" and "short" ints.  We only have 64-bit signed ints
in this context.

Expecting C and systemtap printfs to work identically won't
work.  We have some extras (%M/%m) too.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|sprintf does not recognize  |sprintf does not recognize
                   |"%-*s" conversion specifier |"%ld" conversion specifier


http://sourceware.org/bugzilla/show_bug.cgi?id=10242

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]