From 2ceaf4738d47f8bda4b8a43ab9c36b3d7bede1ec Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Thu, 7 Feb 2019 11:21:38 +0800 Subject: [PATCH] Fix error in printing help --- src/comfortable-swipe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comfortable-swipe.cpp b/src/comfortable-swipe.cpp index 7b45cdf..aacae10 100644 --- a/src/comfortable-swipe.cpp +++ b/src/comfortable-swipe.cpp @@ -335,7 +335,7 @@ namespace service { puts("buffer - parses output of libinput debug-events"); puts("help - shows the help dialog"); puts(""); - puts((("Configuration file can be found in ") + conf_filename()).data()); + printf("Configuration file can be found in %s", conf_filename()); } }