|
Bugzilla – Full Text Bug Listing |
| Summary: | [csound] printf parameter mismatch | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Development | Assignee: | 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: | --- |
Fixed for 10.1 (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. I had it fixed and then forgot to submit the package, done now. |
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.