Blame SOURCES/texinfo-4.13a-powerpc.patch

1b2300
diff -up texinfo-5.1/install-info/install-info.c.orig texinfo-5.1/install-info/install-info.c
1b2300
--- texinfo-5.1/install-info/install-info.c.orig	2013-03-18 12:37:15.375860494 +0100
1b2300
+++ texinfo-5.1/install-info/install-info.c	2013-03-18 12:37:42.589012295 +0100
1b2300
@@ -835,7 +835,7 @@ open_possibly_compressed_file (char *fil
1b2300
     }
1b2300
   else
1b2300
     { /* It's a plain file, seek back over the magic bytes.  */
1b2300
-      if (gzseek (f, 0, SEEK_SET) < 0)
1b2300
+      if (gzseek (f, 0, SEEK_SET) == -1)
1b2300
         pfatal_with_name (*opened_filename);
1b2300
 #if 0 && O_BINARY
1b2300
       /* Since this is a text file, and we opened it in binary mode,