Bug#359839: magic_simple

2010-07-10 Thread Daniel Baumann
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/~

Bug#359839: magic_simple ?

2006-03-29 Thread Robert Millan
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);