- the changes are present in CVS now

This commit is contained in:
Volker Ruppert 2002-06-01 21:35:43 +00:00
parent 53acc7b2d7
commit 16966b066e
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ before the vga display comes up. Oops.
I have updated this patch for the current CVS (logio 1.17) and added a check
for the siminterface init state before calling the vga timer handler.
The changes are present in CVS now (June 1st).
-Volker
===================================================================
@ -33,7 +34,7 @@ for the siminterface init state before calling the vga timer handler.
int val = SIM->log_msg (prefix, level, buf2);
switch (val)
{
@@ -400,6 +413,7 @@
@@ -401,6 +414,7 @@
// in gui/control.cc.
fprintf (stderr, "WARNING: log_msg returned unexpected value %d\n", val);
}