Subject: | Spaces missing in output |
It seems that spaces are missing in the output of checktype_filename. A sample output is:
Linuxrev -1383510264.27931ext2 filesystem data(mounted or unclean)(errors)(compressed)
While the original file(1) command returns:
000037E8_thmb.gif: Linux rev -1383510264.27931 ext2 filesystem data (mounted or unclean) (errors) (compressed)
Without looking at the code it seems that there's a join(" ", @list) missing :-)
Regards,
Slaven