On 9/15/19 2:24 PM, Roland Illig wrote:
> From siglist.c:
> 
>         sys_siglist[i] =
>           (char *)xmalloc (10 + strlen (_("Unknown Signal #")));
> 
>         sprintf (sys_siglist[i], _("Unknown Signal #%d"), i);

I'll figure something out. This code is used in exceedingly rare
circumstances: where a system doesn't provide sys_siglist[] or
strsignal(). You probably haven't used one in years.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to