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] New: sprintf does not recognize "%-*s" conversion specifier


an call to sprintf with "%-*s" is not recognized. It works for printf not sprintf.
error: invalid or missing conversion specifier                                      
saw: string '%-*s' at <blah>
sprintf("%-*s",23,aff) 

[root@f10-virt prototype]# stap -V
SystemTap translator/driver (version 0.9.7/0.141 commit release-0.9.7-27-g9997403)
Copyright (C) 2005-2009 Red Hat, Inc. and others
This is free software; see the source for copying conditions.

OS: Fedora 10

-- 
           Summary: sprintf does not recognize "%-*s" conversion specifier
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: varunc at linux dot vnet dot ibm dot com


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]