mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2017-12-20 Fred Gleason <fredg@paravelsystems.com>
* Added log locking logic to rdclilogedit(1).
This commit is contained in:
@@ -62,6 +62,9 @@ void MainObject::DispatchCommand(QString cmd)
|
||||
|
||||
if((verb=="exit")||(verb=="quit")||(verb=="bye")) {
|
||||
if(overwrite) {
|
||||
if(edit_log_lock!=NULL) {
|
||||
delete edit_log_lock;
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user