bug-texinfo
[Top][All Lists]
Advanced

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

Re: Texinfo segfault bug, and fix


From: Karl Berry
Subject: Re: Texinfo segfault bug, and fix
Date: Fri, 15 Aug 2008 17:15:49 -0500

    -  new->command = command ? xstrdup (command) : "";
    +  new->command = xstrdup (command ? command : "");

Installed.  Thanks Ben!




reply via email to

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