mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
.n files (MrC/MrCpp temp file) are binary.
This commit is contained in:
parent
a111120033
commit
3b904ee3de
@ -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