repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git]
/
firefox3-pgo
/
xulrunner-png14.patch
blob
f512416ad951cae948c1a2c42d4767293eb9de42
1
--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-01-17 00:15:53.979744638 +0100
2
+++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-01-17 00:16:07.855993411 +0100
3
@@ -135,7 +135,7 @@
4
5
// initialize
6
mPNG = png_create_write_struct(PNG_LIBPNG_VER_STRING,
7
- png_voidp_NULL,
8
+ NULL,
9
ErrorCallback,
10
ErrorCallback);
11
if (! mPNG)