sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d6d292897fe589c8734ec7f7304fbd5f1a05c059
parent 0f715470328cbb5be77f95c7e209ce6bace2ef19
Author: Tobias Blass <tobiasblass@t-online.de>
Date:   Tue,  5 Jun 2018 23:27:35 +0200

Remove suspicious unconditional return

This return effectively disables the log_kernel function

Diffstat:
Msway/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/main.c b/sway/main.c @@ -160,7 +160,6 @@ static void log_distro() { } static void log_kernel() { - return; FILE *f = popen("uname -a", "r"); if (!f) { wlr_log(L_INFO, "Unable to determine kernel version");