]> git.pld-linux.org Git - packages/netpbm.git/blob - netpbm-fix.patch
- BR s/perl/perl-base/
[packages/netpbm.git] / netpbm-fix.patch
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.030081 seconds and 3 git commands to generate.