From 666d7d9e2a99d0eacb5e21217a3d8ed01be27e4c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 19 Jan 2010 02:26:06 +0000 Subject: Fully intialize Action. --- src/CellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 0868cf251..be0440304 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -71,6 +71,7 @@ Action::Action() { position = 0; data = 0; lenData = 0; + mayCoalesce = false; } Action::~Action() { -- cgit v1.2.3