[Bug libc/1968] elf/sln.c: unknown format parameter %m
jakub at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Dec 2 09:53:00 GMT 2005
------- Additional Comments From jakub at redhat dot com 2005-12-02 09:53 -------
%m is a glibc format extension, see
info libc 'Table of Output Conversions'
sln is a program that is part of glibc and obviously relies on glibc extensions,
there is nothing wrong about it.
Your other changes are completely bogus, please either fix your lint-like
tool before you file a new bugreport, or take time to read and understand
C and POSIX, GCC and glibc extensions.
argv is guaranteed to be non-NULL, argv[x] for x >= 0 && x < argc is also
guaranteed to be non-NULL.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=1968
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list