Merge branch 'master' into chatter-fixes-and-improvements

This commit is contained in:
Владислав Сухов 2024-05-08 04:19:37 +00:00
commit 332a962ad4
6 changed files with 15 additions and 12 deletions

View file

@ -188,7 +188,7 @@ public:
m_path[0] = 0;
}
void init (size_t length) {
void init (int32_t length) {
m_path = cr::makeUnique <int32_t[]> (length);
}
};