Use unsigned int to avoid undefined behaviour when shifting a signed by 31 bits
This commit is contained in:
@@ -84,7 +84,7 @@ private:
|
||||
bool expandSuccess;
|
||||
|
||||
#ifdef WIN32
|
||||
int volumes;
|
||||
unsigned int volumes;
|
||||
public:
|
||||
void updateVolumes ();
|
||||
void updateDirTree (const Gtk::TreeModel::iterator& iter);
|
||||
|
Reference in New Issue
Block a user