Fixes for OpenBSD
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / compression / code.C
index 958d622ad55173325b43a3732ff38174cf371d84..f5ea1ea9633a06c235819d6d9414229ac1c229dc 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -51,7 +51,7 @@
 #include "compression/code.h"
 
 encoding_unit::encoding_unit(ostring* w, unsigned int f) :
-   word(w), freq(f), code(0)
+   word(w), freq(f), code(0), bits(0), leaf_htr_node(NULL)
 {
 }