https://bugzilla.novell.com/show_bug.cgi?id=441164 Summary: trackballs-1.1.4-146.14: 4 * broken printf Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to build the OpenSuse factory package trackballs-1.1.4-146.14 and the compiler said image.cc:233: warning: unknown conversion type character ''' in format The source code is fprintf(stderr, "Cannot allocate '%z' bytes.\n", sizeof(IMAGE)); I agree with the compiler, the code is broken. Suggest new code fprintf(stderr, "Cannot allocate '%zu' bytes.\n", sizeof(IMAGE)); Similar fun & games at lines 256, 286 and 62 in the same file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.