Predecrement instead of postdecrement.
This commit is contained in:
parent
7bafd3c45e
commit
3acc2f6716
@ -621,7 +621,7 @@ namespace cling {
|
||||
while(true) {
|
||||
unloadTransaction(m_Transactions.back());
|
||||
m_Transactions.pop_back();
|
||||
if (!N--)
|
||||
if (!--N)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user