Closed
Bug 193372
Opened 23 years ago
Closed 22 years ago
Missing include file in gfx/src/gtk/nsPrintdGTK.c
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tenthumbs, Assigned: Biesinger)
Details
Attachments
(1 file)
|
575 bytes,
patch
|
blizzard
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
On Linux I get this warning.
nsPrintdGTK.c:94: warning: implicit declaration of function `strcpy'
so string.h is missing. Since this seems to be old code either this
warning has been around for a while or some include file somewhere has
changed.
| Assignee | ||
Comment 1•22 years ago
|
||
Assignee: blizzard → cbiesinger
Status: NEW → ASSIGNED
| Assignee | ||
Updated•22 years ago
|
Attachment #153455 -
Flags: superreview?(bzbarsky)
Attachment #153455 -
Flags: review?(blizzard)
Comment 2•22 years ago
|
||
Comment on attachment 153455 [details] [diff] [review]
patch
sure. sr=bzbarsky
Attachment #153455 -
Flags: superreview?(bzbarsky) → superreview+
Updated•22 years ago
|
Attachment #153455 -
Flags: review?(blizzard) → review+
| Assignee | ||
Comment 3•22 years ago
|
||
Checking in gfx/src/gtk/nsPrintdGTK.c;
/cvsroot/mozilla/gfx/src/gtk/nsPrintdGTK.c,v <-- nsPrintdGTK.c
new revision: 1.11; previous revision: 1.10
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•