Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 12, 2004 at 12:47:42PM -0400, Andy Dougherty wrote:
>> -            full_name, err ? err : "unknown reason");
>> +            file_name, err ? err : "unknown reason");

> Would it be better as

>   full_name ? full_name : file_name

Probably not. If full_name wasn't found in dynext, it's NULL. At the
point of the error message, C<file_name> is used.

Changed like above.

> Nicholas Clark

leo

Reply via email to