Closed
Bug 446600
Opened 17 years ago
Closed 17 years ago
Documentation on formatted printing misses the name of the header file
Categories
(NSPR :: NSPR, defect)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ziegler, Assigned: wtc)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)
Build Identifier:
The page "Chapter 20, Formatted Printing" should show somewhere the line
#include <prprf.h>
Else you have to search in your include directory for the correct file.
Reproducible: Always
| Assignee | ||
Comment 1•17 years ago
|
||
Thanks for the suggestion. I added #include "prprf.h".
It is better to put NSPR headers in quotes ("") rather
than <> because NSPR headers aren't system headers.
Checking in prprf.html;
/www/mozilla-org/html/projects/nspr/reference/html/prprf.html,v <-- prprf.htmlnew revision: 1.5; previous revision: 1.4
done
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•