mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +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;
|
||||
break;
|
||||
|
||||
case 'n':
|
||||
// MrC / MrCpp temp file.
|
||||
if (ext == "n")
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'o':
|
||||
if (ext == "o")
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user