eolite: bugfixes and code clean

git-svn-id: svn://kolibrios.org@8868 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-06-17 09:29:39 +00:00
parent d4bf03befc
commit 41386908d7
11 changed files with 23 additions and 29 deletions

View File

@@ -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;