Bug 110812 - bad source code
Summary: bad source code
Keywords:
Status: CLOSED RAWHIDE
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: FC3Target
TreeView+ depends on / blocked
 
Reported: 2003-11-24 16:45 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-09-16 09:35:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2003-11-24 16:45:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

Description of problem:


I just tried to compile package groff-1_18_1-29 from Fedora.

The compiler said

1.

draw.c(421): warning #165: too few arguments in function call

The source code is
                        DoCharacter (dw, code, wid);

but the definition of DoCharacter is

static void
#ifdef ENABLE_MULTIBYTE
DoCharacter (dw, c, wid, char2xchar2b)
#else
DoCharacter (dw, c, wid)
#endif

it looks like someone is missing some support for multi-byte 
characters.

2.

draw.c(432): warning #165: too few arguments in function call

Same problem as #1.


Version-Release number of selected component (if applicable):
groff-1_18_1-29 

How reproducible:
Always

Steps to Reproduce:
1. by inspection
2.
3.
    

Additional info:

Comment 1 Thomas Woerner 2004-09-16 09:35:19 UTC
Fixed in rawhide in rpm groff-1.18.1.1-2 or newer.


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