Bug 114367 - printf problems
Summary: printf problems
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: groff
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-27 12:17 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-06 13:19:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-01-27 12:17:23 UTC
Description of problem:

I just tried to compile package groff-1.18.1-29 from Redhat
Fedora Core 1.

The compiler said

1.

lbp.h(234): warning #268: the format string ends before this argument

The source code is

        vdmprintf("}6%s%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\
                vdmnum(centerx,x),vdmnum(centery,y),\
                vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\
                vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));

I make that eight %s specifiers and nine parameters afterwards.

I'm not sure what the fix is for this.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Thomas Woerner 2004-02-06 13:19:00 UTC
This will be fixed upstream.


Note You need to log in before you can comment on or make changes to this bug.