jp9000 0a228d0740 libobs/util: Use gzopen* instead of gzdopen
Using gzdopen will not work properly if the C standard library used to
get the descriptor is not the same library as the one that was compiled
with zlib.  When this is the case, it causes zlib to fail to write a
file, and would report a C standard library error.  Use gzopen and
gzopen_w instead to ensure that the file is opened and closed by zlib
itself, ensuring that zlib and the libobs do not have to share the C
standard library between each other.
2015-09-21 00:01:19 -07:00
..
2014-07-13 02:59:14 -07:00
2014-04-07 01:25:38 -07:00
2014-08-09 11:57:37 -07:00
2014-08-09 11:57:37 -07:00
2014-08-09 11:57:37 -07:00
2014-10-22 20:32:50 -07:00
2014-06-25 17:00:02 +02:00
2014-08-08 10:50:37 -07:00
2014-08-08 10:50:37 -07:00
2015-08-12 15:30:28 +02:00
2013-10-14 13:21:15 +02:00