eolite: bugfixes and code clean
git-svn-id: svn://kolibrios.org@8868 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -102,7 +102,6 @@ struct collection
|
||||
};
|
||||
|
||||
:void collection::increase_data_size() {
|
||||
int filled_size;
|
||||
if (realloc_size<4096) realloc_size = 4096;
|
||||
if (!data_size) {
|
||||
data_size = realloc_size;
|
||||
|
Reference in New Issue
Block a user