mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-24 03:34:42 +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;
|
||||
break;
|
||||
|
||||
case 'n':
|
||||
// MrC / MrCpp temp file.
|
||||
if (ext == "n")
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'o':
|
||||
if (ext == "o")
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user