Commit eb7c29d5 authored by claes's avatar claes

m_nRef wasn't initialized

parent cb40f7dc
......@@ -57,7 +57,7 @@ wb_nrep::wb_nrep() :
}
wb_nrep::wb_nrep( const char *n) throw (wb_error) :
num_seg(0), num_attr(0), vol_len(0),
m_nRef(0), num_seg(0), num_attr(0), vol_len(0),
vol_offs(0), b_size(0), b_offset(0), seg(0), attr(0)
{
const char *s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment