Fixed one segfault during undo.
commit29c199d4fcc2c791336636855a2e2c9d7908cd37
authorEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 22:51:26 +0000 (6 16:51 -0600)
committerEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 22:51:26 +0000 (6 16:51 -0600)
treeb3f35357ee21f77eedce66fe5912c53465388843
parent365ed7e7cd68985a054fa9ca970afba3e922f29a
Fixed one segfault during undo.

It was caused by a wrong algorithm to erase the
future commands when committing from inside the
undo history.
src/seq.cpp