Specify binary mode when reopening card file

This commit is contained in:
Jack Andersen
2017-02-03 22:19:36 -10:00
committed by Phillip Stephens
parent 3f7d937a05
commit a1f6ebb4ca
2 changed files with 7 additions and 2 deletions

View File

@@ -524,6 +524,11 @@ public:
*/
void close();
/**
* @brief Access host filename of card
*/
const SystemString& cardFilename() const { return m_filename; }
/**
* @brief Gets card-scope error state
* @return READY, BROKEN, or NOCARD