fix VC6 compile error
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
|||||||
void Close();
|
void Close();
|
||||||
|
|
||||||
bool IsOpen() { return (mFP == NULL); }
|
bool IsOpen() { return (mFP == NULL); }
|
||||||
bool AtEOF() { return feof(mFP); }
|
bool AtEOF() { return !!feof(mFP); }
|
||||||
int GetError() { return ferror(mFP); }
|
int GetError() { return ferror(mFP); }
|
||||||
FILE *GetFilePointer() { return mFP; }
|
FILE *GetFilePointer() { return mFP; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user