Bug 129676

Summary: [csound] printf parameter mismatch
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: DevelopmentAssignee: Philipp Thomas <pth>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None CC: dcb314
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2005-10-20 10:57:20 UTC
I just tried to compile package csound-4.24.1-221 with the Intel C
compiler. 

It said

sread.c(468): warning #267: the format string requires additional arguments

The source code is

	printf("read %c(%.2x)\n", c);

Two % specifiers, but only one trailing parameter. Suggest add another parameter.
Comment 1 Philipp Thomas 2006-02-09 14:56:01 UTC
Fixed for 10.1
Comment 2 David Binderman 2006-03-15 21:25:59 UTC
(In reply to comment #1)
> Fixed for 10.1

There must be some mixup. 

I've just checked the version in the current FACTORY and it is 4.24.1-226 and
bug still exists.

I would be grateful if you could tell me where I am going wrong.



Comment 3 Philipp Thomas 2006-03-27 16:56:08 UTC
I had it fixed and then forgot to submit the package, done now.