commit 6020a799985f0accc3d820a3b15ad560803a70cd
parent 67f3da2d6aa1443044d4a85063f8725567a5ef85
Author: bakkeby <bakkeby@gmail.com>
Date: Fri, 6 Oct 2023 12:42:21 +0200
write version to stdout like the man page says
ref.
https://git.suckless.org/slock/commit/e8bca65d629a4faa89439c9f0e599efb5a259573.html
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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':