aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mainloop.c')
-rw-r--r--apps/mainloop.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index ad2812e..e674b2e 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.10 2008/02/23 13:05:57 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.9 2008/02/23 11:48:51 james
* *** empty log message ***
*
@@ -316,7 +319,7 @@ check_status (Context * c, Clients * cs)
}
else if (c->tp->guessed_baud > 0)
{
- ptr += sprintf (ptr, " try %d", status.baud / c->tp->guessed_baud);
+ ptr += sprintf (ptr, " try %db", c->tp->guessed_baud);
}
}