in the case where we don't have any bins, we don't want to panic
--HG-- extra : convert_revision : e9056ca020d0f3db388b31a074b03e4d521f8705
This commit is contained in:
@@ -272,7 +272,7 @@ Database::reset()
|
||||
++i;
|
||||
}
|
||||
|
||||
MainBin *orig = MainBin::current();
|
||||
MainBin *orig = MainBin::curBin();
|
||||
|
||||
list<GenBin *>::iterator bi = bins.begin();
|
||||
list<GenBin *>::iterator be = bins.end();
|
||||
|
||||
Reference in New Issue
Block a user