Fixed NzFile::Text not being applied to stream
Former-commit-id: 59416a8ca8d86e9ef41945a168a9cc1e104efe4d
This commit is contained in:
@@ -299,7 +299,7 @@ bool NzFile::Open(unsigned long openMode)
|
||||
}
|
||||
|
||||
if (m_openMode & Text)
|
||||
m_streamOptions &= nzStreamOption_Text;
|
||||
m_streamOptions |= nzStreamOption_Text;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user