[vala/staging] vala: Use non-deprecated GLib.ModuleFlags values



commit 9dbb04191114cbd5a0789151391941faff10c967
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Jun 14 18:32:24 2019 +0200

    vala: Use non-deprecated GLib.ModuleFlags values

 vala/valareport.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vala/valareport.vala b/vala/valareport.vala
index 766788706..5df85b32e 100644
--- a/vala/valareport.vala
+++ b/vala/valareport.vala
@@ -394,7 +394,7 @@ public class Vala.Report {
        private delegate int AttyFunc (int fd);
 
        private bool is_atty (int fd) {
-               Module module = Module.open (null, ModuleFlags.BIND_LAZY);
+               Module module = Module.open (null, ModuleFlags.LAZY);
                if (module == null) {
                        return false;
                }


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