diff --git a/ober/source/app.d b/ober/source/app.d index d68fb7a..229280b 100644 --- a/ober/source/app.d +++ b/ober/source/app.d @@ -238,7 +238,7 @@ public: */ bool gebruikersActief() { auto resultaat = execute(["who"]); - return resultaat.output.splitLines().length 1= 0; + return resultaat.output.splitLines().length != 0; } void sluitAf() {