FreeBSD Bugzilla – Attachment 104950 Details for
Bug 145228
[patch] fix ports/graphics/xpaint after recent libpng update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 304 bytes, created by
Helge Oldach
on 2010-03-31 06:00:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2010-03-31 06:00:15 UTC
Size:
304 bytes
patch
obsolete
>--- rw/readWritePNG.c.orig 2005-03-20 21:15:34.000000000 +0100 >+++ rw/readWritePNG.c 2010-03-31 06:36:37.000000000 +0200 >@@ -51,7 +51,7 @@ > fread(header, 1, 8, fp); > fclose(fp); > >- return png_check_sig( (unsigned char*) header, 8); >+ return !png_sig_cmp( (unsigned char*) header, 0, 8); > }
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 145228
: 104950