Blame SOURCES/netpbm-glibc.patch

1ab173
--- netpbm-10.35/converter/other/pnmtotiffcmyk.c.glibc	2006-09-18 12:20:06.000000000 +0200
1ab173
+++ netpbm-10.35/converter/other/pnmtotiffcmyk.c	2007-08-23 09:18:30.000000000 +0200
1ab173
@@ -974,8 +974,8 @@ int main( int argc, char **argv ) {
1ab173
 
1ab173
   if ( (err = parseOpts( argc, argv, rt )) ) goto exit ;
1ab173
   
1ab173
-  if ( (err = rt->in->open( rt->in, rt )) ) goto exit ;
1ab173
-  if ( (err = rt->out->open( rt->out, rt )) ) goto exit ;
1ab173
+  if ( (err = (rt->in->open)( rt->in, rt )) ) goto exit ;
1ab173
+  if ( (err = (rt->out->open)( rt->out, rt )) ) goto exit ;
1ab173
 
1ab173
   while ( rt->in->hasMore( rt->in ) ) {
1ab173
     if ( (err = rt->in->next( rt->in, &r, &g, &b )) ) goto exit ;