poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use standard macro for bug report address


From: Jose E. Marchesi
Subject: Re: [PATCH] Use standard macro for bug report address
Date: Wed, 15 Jan 2020 09:32:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

    -Subproject commit 611869be9f1083e53305446d90a2909fc89914ef
    +Subproject commit 9e5f20f4cf5ad2d4ae254761cfa4e47ff0ed4698

Watchout on this thunk.  Seems to be something wrong with your gnulib.

    diff --git a/src/pkl.c b/src/pkl.c
    index 7ed0d9a1..bf12184b 100644
    --- a/src/pkl.c
    +++ b/src/pkl.c
    @@ -742,8 +742,8 @@ pkl_ice (pkl_ast ast,
           pk_printf ("Important information has been dumped in %s.\n",
                      tmpfile);
           pk_puts ("Please attach it to a bug report and send it to");
    -      pk_term_hyperlink ("mailto:address@hidden";, NULL);
    -      pk_puts (" address@hidden");
    +      pk_term_hyperlink ("mailto:"; PACKAGE_BUGREPORT, NULL);
    +      pk_puts (" " PACKAGE_BUGREPORT);
         }
       pk_term_end_hyperlink ();
       pk_puts (".\n");

Other than the above, this is OK for master.
Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]