Skip to content

Commit 70bc87b

Browse files
committed
rsz: Fix empty ECO undo
Signed-off-by: Eren Dogan <erdogan@ucsc.edu>
1 parent cf2222a commit 70bc87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rsz/src/Resizer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4629,7 +4629,7 @@ void Resizer::journalRestore()
46294629
init();
46304630

46314631
if (odb::dbDatabase::ecoEmpty(block_)) {
4632-
odb::dbDatabase::endEco(block_);
4632+
odb::dbDatabase::undoEco(block_);
46334633
debugPrint(logger_,
46344634
RSZ,
46354635
"journal",

0 commit comments

Comments
 (0)