/[svn]/liblscp/trunk/src/client.c
ViewVC logotype

Diff of /liblscp/trunk/src/client.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 624 by capela, Thu Jun 9 10:37:19 2005 UTC revision 625 by capela, Thu Jun 9 15:55:49 2005 UTC
# Line 69  static void _lscp_client_evt_proc ( void Line 69  static void _lscp_client_evt_proc ( void
69    
70          // Use the timeout (x10) select feature ...          // Use the timeout (x10) select feature ...
71          iTimeout = 10 * pClient->iTimeout;          iTimeout = 10 * pClient->iTimeout;
72          if (iTimeout > 1000) {          if (iTimeout >= 1000) {
73              tv.tv_sec = iTimeout / 1000;              tv.tv_sec = iTimeout / 1000;
74              iTimeout -= tv.tv_sec * 1000;              iTimeout -= tv.tv_sec * 1000;
75          }          }

Legend:
Removed from v.624  
changed lines
  Added in v.625

  ViewVC Help
Powered by ViewVC