Blame SOURCES/texinfo-4.13a-powerpc.patch

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