On Tue, Feb 12, 2008 at 08:49:25AM +0000, Benjamin Wolsey wrote: > @@ -296,7 +299,7 @@ > m_paths.push_back(current_path); > current_path.m_edges.resize(0); > } > - > + in->ensureBits(5); > int num_move_bits = in->read_uint(5); > int move_x = in->read_sint(num_move_bits); > int move_y = in->read_sint(num_move_bits);
An additional in->ensureBits(num_move_bits*2) is missing above, right ? --strk; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit