mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-26 11:49:19 +00:00
fix binary files...
This commit is contained in:
parent
f028bd5697
commit
d52dab0235
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user