|
From: Nemo T. <ne...@ne...> - 2017-02-07 00:09:06
|
Huh. I didn't know anyone else was even watching this list! I think it
may have been literal years since the previous non-spam post?
(I don't use peep, but I've always thought the idea was great, and hoped
to get around to it one day, even if it does otherwise seem like it's
abandoned)
.../Nemo
Quoting Petter Reinholdtsen from 01 Feb (a Wednesday in 2017) at 0851 hours...
>
> 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
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Peep-develop mailing list
> Pee...@li...
> https://lists.sourceforge.net/lists/listinfo/peep-develop
>
--
----------------------------------------- -----------------------------
earth native
|