From b0f3531998b2ed4be1f0ac33eb586ed1ad273024 Mon Sep 17 00:00:00 2001 From: dimitr Date: Thu, 15 Apr 2010 10:27:30 +0000 Subject: [PATCH] Misc. --- src/jrd/val.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jrd/val.h b/src/jrd/val.h index f1f86f594f..a3ab37c893 100644 --- a/src/jrd/val.h +++ b/src/jrd/val.h @@ -132,7 +132,8 @@ class Format : public pool_alloc { public: 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_defaults.resize(fmt_count);