From 7eeaf2ee94b35ed16c2039170b21574abf942d90 Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Sun, 16 May 2021 20:55:26 +0200 Subject: [PATCH] Fix typo --- ober/source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {