close 359839
thanks
Hi,
rather than letting this bug open with wontfix forever, i'll close it
hereby.
Regards,
Daniel
--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: daniel.baum...@panthera-systems.net
Internet: http://people.panthera-systems.net/~
Package: file
Version: 4.15-2
Severity: wishlist
I think the libmagic-dev interface, although very flexible, is overly
complicated
for most situations. How about a simpler wrap function like:
char *
magic_simple (char *filename, int flags)
{
char *ret;
magic_t m;
m = magic_open (flags);
2 matches
Mail list logo