Fix warning. (Is g++ even smart enough to know that int(-1) == unsigned(-1) is true?)
This commit is contained in:
@@ -35,7 +35,7 @@ private:
|
||||
|
||||
mutable RageFile m_file; // mutable because reading from a file is not a const operation
|
||||
byte *m_space;
|
||||
unsigned int m_len;
|
||||
int m_len;
|
||||
bool m_waiting;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user