From 6020a799985f0accc3d820a3b15ad560803a70cd Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 6 Oct 2023 12:42:21 +0200 Subject: [PATCH] write version to stdout like the man page says ref. https://git.suckless.org/slock/commit/e8bca65d629a4faa89439c9f0e599efb5a259573.html --- slock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slock.c b/slock.c index 8130954..50cadaf 100644 --- a/slock.c +++ b/slock.c @@ -653,7 +653,7 @@ main(int argc, char **argv) { #endif // MESSAGE_PATCH | COLOR_MESSAGE_PATCH ARGBEGIN { case 'v': - fprintf(stderr, "slock-"VERSION"\n"); + puts("slock-"VERSION); return 0; #if MESSAGE_PATCH || COLOR_MESSAGE_PATCH case 'm':