mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
11 lines
212 B
C++
11 lines
212 B
C++
--- src/ri/ribOut.cpp.orig
|
|
+++ src/ri/ribOut.cpp
|
|
@@ -162,7 +162,7 @@
|
|
|
|
#ifdef HAVE_ZLIB
|
|
if (outputCompressed) {
|
|
- gzclose(outFile);
|
|
+ gzclose((gzFile)outFile);
|
|
} else {
|
|
fclose(outFile);
|
|
}
|