Changeset 5817:3247560506ab in roaraudio


Ignore:
Timestamp:
01/06/13 11:31:21 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected check for universal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roardl.c

    r5816 r5817  
    10571057  if ( !universal && s->appname == NULL ) 
    10581058   continue; 
     1059  if ( universal == 2 && s->appname != NULL ) 
     1060   continue; 
    10591061  if ( s->appname != NULL && !!strcmp(s->appname, appname) ) 
    10601062   continue; 
Note: See TracChangeset for help on using the changeset viewer.