FreeBSD Bugzilla – Attachment 9873 Details for
Bug 20038
improving the print/ghostscript6 port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 356 bytes, created by
root
on 2000-07-19 17:40:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
root
Created:
2000-07-19 17:40:04 UTC
Size:
356 bytes
patch
obsolete
>--- src/gp_unifs.c Thu Mar 9 03:40:41 2000 >+++ src/gp_unifs.c Wed Jul 19 09:56:42 2000 >@@ -71,4 +71,5 @@ > strcat(fname, "XXXXXX"); >- mktemp(fname); >- return fopen(fname, mode); >+ len = mkstemp(fname); /* reuse the no longer needed variable */ >+ if (len == -1) return NULL; >+ return fdopen(len, mode); > } >-------- end of patches/patch-ad
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20038
:
9872
| 9873 |
9874