Fix error in printing help

This commit is contained in:
Rico Tiongson 2019-02-07 11:21:38 +08:00
parent 139248f6a6
commit 2ceaf4738d

View File

@ -335,7 +335,7 @@ namespace service {
puts("buffer - parses output of libinput debug-events"); puts("buffer - parses output of libinput debug-events");
puts("help - shows the help dialog"); puts("help - shows the help dialog");
puts(""); puts("");
puts((("Configuration file can be found in ") + conf_filename()).data()); printf("Configuration file can be found in %s", conf_filename());
} }
} }