FreeBSD Bugzilla – Attachment 104852 Details for
Bug 145106
[PATCH] unbreak graphics/xli (libpng upgrade fallout)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 468 bytes, created by
Christoph Moench-Tegeder
on 2010-03-28 12:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christoph Moench-Tegeder
Created:
2010-03-28 12:20:02 UTC
Size:
468 bytes
patch
obsolete
>--- png.c.orig 2010-03-28 13:05:30.000000000 +0200 >+++ png.c 2010-03-28 13:06:28.000000000 +0200 >@@ -11,7 +11,7 @@ > > #define TITLE_KEYWORD "Title" > >-/* check to see if a file is a png file using png_check_sig() */ >+/* check to see if a file is a png file using png_sig_cmp() */ > static int check_png(char *file_name) > { > ZFILE *zfp; >@@ -27,7 +27,7 @@ > if (ret != 8) > return 0; > >- ret = png_check_sig(buf, 8); >+ ret = png_sig_cmp(buf, 0, 8); > > return (ret); > }
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 145106
: 104852