mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
fixed my last commit - thanks to Adriano
This commit is contained in:
parent
cf715a3a53
commit
8f311b198b
@ -168,7 +168,7 @@ public:
|
||||
fb_assert(to <= count);
|
||||
memmove(data + from, data + to, sizeof(T) * (count - to));
|
||||
count -= (to - from);
|
||||
return &data[index];
|
||||
return &data[from];
|
||||
}
|
||||
T* removeCount(size_t index, size_t n) {
|
||||
fb_assert(index + n <= count);
|
||||
|
Loading…
Reference in New Issue
Block a user