]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- rediffed
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Sep 2021 17:00:07 +0000 (19:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Sep 2021 17:00:07 +0000 (19:00 +0200)
libxml2-open.gz.patch

index 342e8b880e469cbd74d35880e150caed61fd92bc..9d361473b5cd4bb1ed4547987bb28c10e91f3fa6 100644 (file)
@@ -37,5 +37,5 @@ diff -ur libxml2-2.4.20/xmlIO.c libxml2-2.4.20-/xmlIO.c
 +      }
 +    }
  
-     fd = gzopen(path, "rb");
-     return((void *) fd);
+ #if defined(_WIN32) || defined (__DJGPP__) && !defined (__CYGWIN__)
+     fd = xmlWrapGzOpenUtf8(path, "rb");
This page took 0.219695 seconds and 4 git commands to generate.