all the things
This commit is contained in:
14
multimedia/obs-studio/patches/patch-libobs_util_profiler_c
Normal file
14
multimedia/obs-studio/patches/patch-libobs_util_profiler_c
Normal file
@@ -0,0 +1,14 @@
|
||||
$OpenBSD$
|
||||
|
||||
Index: libobs/util/profiler.c
|
||||
--- libobs/util/profiler.c.orig
|
||||
+++ libobs/util/profiler.c
|
||||
@@ -1058,7 +1058,7 @@ bool profiler_snapshot_dump_csv_gz(const profiler_snap
|
||||
|
||||
profiler_snapshot_dump(snap, dump_csv_gzwrite, gz);
|
||||
|
||||
- gzclose_w(gz);
|
||||
+ gzclose(gz);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user