Closed
Bug 864
Opened 26 years ago
Closed 26 years ago
BUILD: fonts.c not up to date
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: raff, Assigned: ramiro)
Details
The file cmd/xfe/fonts.c has not been updated after a change to include/csid.h.
The array fe_CharSetInfoArray[] contains only 96 elements, while
INTL_CHAR_SET_MAX is now defined as 97 (and all the rest of the file scans
fe_CharSetInfoArray[] from 0 to INTL_CHAR_SET_MAX.
Running a debug version built from the latest sources prints a couple of
warning messages.
Index: fonts.c
===================================================================
RCS file: /cvsroot/mozilla/cmd/xfe/fonts.c,v
retrieving revision 3.7
diff -r3.7 fonts.c
531a532
> { CS_T61 , FE_FONT_TYPE_NONE , FE_FONT_INFO_NONE },
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•