.n files (MrC/MrCpp temp file) are binary.

This commit is contained in:
Kelvin Sherlock 2015-01-03 13:45:00 -05:00
parent 6acd7797af
commit a78226c536

View File

@ -264,6 +264,12 @@ namespace OS
return true;
break;
case 'n':
// MrC / MrCpp temp file.
if (ext == "n")
return true;
break;
case 'o':
if (ext == "o")
return true;