Mercurial > pidgin.yaz
diff libpurple/protocols/oscar/flap_connection.c @ 18815:9f3a85a59939
Wiggle two comments around
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 06 Aug 2007 06:42:10 +0000 |
parents | 2774acdb1cff |
children | 44b4e8bd759b |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c Mon Aug 06 06:30:25 2007 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Mon Aug 06 06:42:10 2007 +0000 @@ -129,8 +129,8 @@ new_current = rateclass_get_new_current(conn, rateclass, &now); + /* (Add 100ms padding to account for inaccuracies in the calculation) */ if (new_current < rateclass->alert + 100) - /* (Add 100ms padding to account for inaccuracies in the calculation) */ /* Not ready to send this SNAC yet--keep waiting. */ return TRUE; @@ -186,9 +186,9 @@ gettimeofday(&now, NULL); new_current = rateclass_get_new_current(conn, rateclass, &now); + /* (Add 100ms padding to account for inaccuracies in the calculation) */ if (new_current < rateclass->alert + 100) { - /* (Add 100ms padding to account for inaccuracies in the calculation) */ enqueue = TRUE; } else