Use FS::openReadRaw() where ext supplementing makes no sense
Specifically, in places where the full filename is always supplied, eg. when reading .rxdata type files.
This commit is contained in:
parent
5382cc11a3
commit
e4558c9dfb
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ fileIntForPath(const char *path, bool rubyExc)
|
|||
|
||||
try
|
||||
{
|
||||
shState->fileSystem().openRead(*ops, path);
|
||||
shState->fileSystem().openReadRaw(*ops, path);
|
||||
}
|
||||
catch (const Exception &e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue