mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
.n files (MrC/MrCpp temp file) are binary.
This commit is contained in:
parent
6acd7797af
commit
a78226c536
@ -264,6 +264,12 @@ namespace OS
|
|||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'n':
|
||||||
|
// MrC / MrCpp temp file.
|
||||||
|
if (ext == "n")
|
||||||
|
return true;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'o':
|
case 'o':
|
||||||
if (ext == "o")
|
if (ext == "o")
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user