mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Implemented an end-of-log delimiter in the output of the 'list' command for rdclilogedit(1).
This commit is contained in:
@@ -125,7 +125,7 @@ void MainObject::List()
|
||||
for(int i=0;i<edit_log_event->size();i++) {
|
||||
printf("%4d %s\n",i,(const char *)ListLine(edit_log_event,i));
|
||||
}
|
||||
fflush(stdout);
|
||||
printf("%4d --- end of log ---\n",edit_log_event->size());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user