~ubuntu-branches/ubuntu/oneiric/dvgrab/oneiric

« back to all changes in this revision

Viewing changes to io.c

  • Committer: Bazaar Package Importer
  • Author(s): Erik Schanze
  • Date: 2009-04-19 20:48:20 UTC
  • mfrom: (1.2.6 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090419204820-2rdbnr4eff8y6ovd
Tags: 3.4-1
* New upstream release
* Increased Standards-Version to 3.8.1, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
        FD_ZERO( &rfds );
169
169
        FD_SET( 0, &rfds );
170
 
        tv.tv_sec = 1;
171
 
        tv.tv_usec = 0;
 
170
        tv.tv_sec = 0;
 
171
        tv.tv_usec = 125000;
172
172
        n = select( 1, &rfds, NULL, NULL, &tv );
173
173
        if ( n > 0 )
174
174
        {