]> git.pld-linux.org Git - packages/netpbm.git/blame - netpbm-fix.patch
- BR s/perl/perl-base/
[packages/netpbm.git] / netpbm-fix.patch
CommitLineData
a94ebcc6
JB
1--- netpbm-10.23/lib/util/wordaccess.h.orig 2004-06-29 21:20:25.000000000 +0000
2+++ netpbm-10.23/lib/util/wordaccess.h 2004-07-19 16:45:46.000000000 +0000
3@@ -65,7 +65,7 @@
4 exact same format as wordintBytes. It's a simple matter of casting
5 to fool the compiler.
6 */
7-static __inline__ wordn
8+static __inline__ wordint
9 bytesToWordint(wordintBytes bytes) {
10 return *((wordint *)bytes);
11 }
This page took 0.023253 seconds and 4 git commands to generate.