Changeset 906:4c8b14265d2d in roaraudio


Ignore:
Timestamp:
12/06/08 00:10:22 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get roard not crash without --sysclocksync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r905 r906  
    116116#endif 
    117117 
    118   if ( ! (loopc % sysclocksync ) ) { 
     118  if ( sysclocksync && !(loopc % sysclocksync) ) { 
    119119   gettimeofday(&ans, NULL); 
    120120 
Note: See TracChangeset for help on using the changeset viewer.