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);