From: <sb...@us...> - 2007-10-10 15:23:34
|
Revision: 1188 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1188&view=rev Author: sbalea Date: 2007-10-10 08:23:33 -0700 (Wed, 10 Oct 2007) Log Message: ----------- Get another instance of iaxci_msecdiff Modified Paths: -------------- trunk/simpleclient/stresstest/stresstest.c Modified: trunk/simpleclient/stresstest/stresstest.c =================================================================== --- trunk/simpleclient/stresstest/stresstest.c 2007-10-10 15:13:04 UTC (rev 1187) +++ trunk/simpleclient/stresstest/stresstest.c 2007-10-10 15:23:33 UTC (rev 1188) @@ -365,7 +365,7 @@ // Exit after a positive timeout gettimeofday(&now, NULL); - if ( timeout > 0 && iaxci_msecdiff(&now, &start_time) > timeout ) + if ( timeout > 0 && msecdiff(&start_time, &now) > timeout ) running = 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |