fix prior

git-svn-id: svn://kolibrios.org@7886 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-05-07 10:07:48 +00:00
parent eb33af59d1
commit 4329c0c1c3

View File

@ -136,7 +136,7 @@ struct collection_int
}
:void collection_int::drop() {
element[0] = count = 0;
count = 0;
}
#endif