fix binary files...

This commit is contained in:
Kelvin Sherlock 2016-08-10 21:40:01 -04:00
parent f028bd5697
commit d52dab0235

View File

@ -324,7 +324,7 @@ namespace native {
if (ftype == 'BINA') return true; if (ftype == 'BINA') return true;
} }
return is_text_file_internal(path_name); return is_binary_file_internal(path_name);
} }