aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorstaffcvs <>2008-02-23 13:05:58 +0000
committerstaffcvs <>2008-02-23 13:05:58 +0000
commit667353b64b552aff9e785a20ee915fb343a0dac9 (patch)
tree3280757c1de4b64cac357a207160fe794e70f275 /apps
parentfc338d9b30500f311d9555545477e4ba1775b403 (diff)
downloadsympathy-667353b64b552aff9e785a20ee915fb343a0dac9.tar.gz
sympathy-667353b64b552aff9e785a20ee915fb343a0dac9.tar.bz2
sympathy-667353b64b552aff9e785a20ee915fb343a0dac9.zip
*** empty log message ***
Diffstat (limited to 'apps')
-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);
}
}