FreeBSD Bugzilla – Attachment 52336 Details for
Bug 79318
Example in archive_read man page is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 326 bytes, created by
Derek Tattersall
on 2005-03-28 21:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Derek Tattersall
Created:
2005-03-28 21:00:06 UTC
Size:
326 bytes
patch
obsolete
>--- /usr/src/lib/libarchive/archive_read.3 Sun Feb 20 10:54:50 2005 >+++ ./archive_read.3 Mon Mar 28 14:44:07 2005 >@@ -389,7 +389,7 @@ > struct mydata *mydata = client_data; > > mydata->fd = open(mydata->name, O_RDONLY); >- return (mydata->fd >= 0); >+ return (mydata->fd >= 0 ? ARCHIVE_OK : ARCHIVE_FATAL); > } > > int
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 79318
: 52336