# HG changeset patch # User Mark Doliner # Date 1186382530 0 # Node ID 9f3a85a59939b355d697cb7a640607ba7ecac9bb # Parent f4d67b36f0c16fc5d3ee755afb78cfa54b1580f9 Wiggle two comments around diff -r f4d67b36f0c1 -r 9f3a85a59939 libpurple/protocols/oscar/flap_connection.c --- 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