|
From: Petter R. <pe...@hu...> - 2017-02-01 08:15:53
|
Hi. The peep source do not build because one multiline string is not
continued using backslash. The following patch solve the problem:
diff --git a/server/cmdline.c b/server/cmdline.c
index e12ad07..0b4eb16 100644
--- a/server/cmdline.c
+++ b/server/cmdline.c
@@ -316,7 +316,7 @@ void printHelp (void)
{
printVersion ();
- printf ("
+ printf ("\
Usage: %s [OPTIONS]...\n\
-h --help Print help and exit\n\
-V --version Print version and exit\n\
Btw, the mailing list is flodded with spam. Can something be done about
it?
--
Happy hacking
Petter Reinholdtsen
|