Changeset 5468:8362cf6b111b in roaraudio


Ignore:
Timestamp:
03/31/12 04:20:35 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not allow a seq num of zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r5467 r5468  
    661661 ret = store++; 
    662662 
     663 if ( ret == 0 ) 
     664  ret = store++; 
     665 
    663666 if ( is_client == -1 ) { 
    664667  if ( con != NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.