0.6.2 error in get_filemode()
Brought to you by:
rumpeltux
The index i in get_filemode in utils.c goes (wrongly) up to 14 only, instead of the number of elements in the txtfiles[] array (which is 36)
Therefore, for instance *.html files are recognized as binary (set to TYPE_I).
The fix for this is straightforward. I have attached the patch to this bug report.
fix for the above error