mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Misc.
This commit is contained in:
parent
edc338827d
commit
b0f3531998
@ -132,7 +132,8 @@ class Format : public pool_alloc<type_fmt>
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Format(MemoryPool& p, int len)
|
Format(MemoryPool& p, int len)
|
||||||
: fmt_count(len), fmt_desc(p, fmt_count), fmt_defaults(p, fmt_count)
|
: fmt_length(0), fmt_count(len), fmt_version(0),
|
||||||
|
fmt_desc(p, fmt_count), fmt_defaults(p, fmt_count)
|
||||||
{
|
{
|
||||||
fmt_desc.resize(fmt_count);
|
fmt_desc.resize(fmt_count);
|
||||||
fmt_defaults.resize(fmt_count);
|
fmt_defaults.resize(fmt_count);
|
||||||
|
Loading…
Reference in New Issue
Block a user