Skip Menu |

This queue is for tickets about the File-LibMagic CPAN distribution.

Report information
The Basics
Id: 41139
Status: resolved
Priority: 0/
Queue: File-LibMagic

People
Owner: Nobody in particular
Requestors: mods [...] hank.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.89
Fixed in: (no value)



Subject: Debugging line left in LibMagic.xs
in magic_load() there's a debugging line left in: /* FIXME * manpage says 0 = success, any other failure * thus does the following line correctly reflect this? */ ret=magic_load(m, len > 0 ? dbnames_value : NULL); Show quoted text
>>> printf("Ret %d, \"%s\"\n",ret,dbnames_value);
thanks for the hint. -> File-LibMagic-0.90 Andreas On Fri Nov 21 18:08:39 2008, HANK wrote: Show quoted text
> in magic_load() there's a debugging line left in: > > /* FIXME > * manpage says 0 = success, any other failure > * thus does the following line correctly reflect this? */ > ret=magic_load(m, len > 0 ? dbnames_value : NULL);
> >>> printf("Ret %d, \"%s\"\n",ret,dbnames_value);
>
ups. click the wrong button. its resolved again ;)