Changeset 4991:a671659f1721 in roaraudio


Ignore:
Timestamp:
05/20/11 17:48:18 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

operator correction, thanks to maister

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_rtp.c

    r4708 r4991  
    181181  return have ? have : -1; 
    182182 
    183  if ( (data.cp[0] && 0x02) == 0x02 ) /* version check */ 
     183 if ( (data.cp[0] & 0x02) == 0x02 ) /* version check */ 
    184184  return have ? have : -1; 
    185185 
Note: See TracChangeset for help on using the changeset viewer.