1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

* Do not close a nesting level twice after close() has been

called explicitly on a Nest object.
This commit is contained in:
Eelco Dolstra 2004-03-27 15:33:19 +00:00
parent 7823db2137
commit f0f7a9f299
2 changed files with 11 additions and 1 deletions

View file

@ -279,6 +279,7 @@ void Nest::close()
nestingLevel--;
if (logType == ltEscapes)
cerr << "\033[q";
nest = false;
}
}