chiark / gitweb /
*** empty log message ***
[sympathy.git] / apps / mainloop.c
index ad2812e6cd7db5cf38e30f8e49726dbee977fa83..e674b2e06dd61237ba87adcbbe7b8dbc74ffdfeb 100644 (file)
@@ -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);
         }
     }