*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-01-14 19:24:11 +00:00
parent 475b0d0a6b
commit f036fc99a4
4 changed files with 31 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ int main(int argc, char* argv[])
while (a.get())
{
if (events.size() >= 10) events.pop_front();
events.push_front(a->msg());
events.push_back(a->msg());
a = ses.pop_alert();
}