[gobject-introspection: 2/5] Obs! Change back to `g_unix_output_stream_new()` for non-Win32.



commit b734652c09ac9a99166bcd438ecb97fd30803ecf
Author: Gisle Vanem <gisle vanem gmail com>
Date:   Thu May 14 19:57:43 2020 +0000

    Obs! Change back to `g_unix_output_stream_new()` for non-Win32.

 girepository/gi-dump-types.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/girepository/gi-dump-types.c b/girepository/gi-dump-types.c
index f7c39fda..bac32f2b 100644
--- a/girepository/gi-dump-types.c
+++ b/girepository/gi-dump-types.c
@@ -17,7 +17,7 @@ main (int    argc,
 #if defined(G_OS_WIN32)
   Stdout = g_win32_output_stream_new (1, FALSE);
 #else
-  Stdout = g_output_stream (1, FALSE);
+  Stdout = g_unix_output_stream_new (1, FALSE);
 #endif
 
   self = g_module_open (NULL, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]