Changeset 5166:ab81dec0e209 in roaraudio


Ignore:
Timestamp:
10/18/11 09:52:11 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also ignore hint subsection

Location:
plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/pcm_roar.c

    r5165 r5166  
    427427   continue; 
    428428 
    429   if ( !strcmp(para, "type") || !strcmp(para, "comment") ) 
     429  if ( !strcmp(para, "type") || !strcmp(para, "comment") || !strcmp(para, "hint") ) 
    430430   continue; 
    431431 
  • plugins/alsavs/pcm_roar.c

    r5165 r5166  
    427427   continue; 
    428428 
    429   if ( !strcmp(para, "type") || !strcmp(para, "comment") ) 
     429  if ( !strcmp(para, "type") || !strcmp(para, "comment") || !strcmp(para, "hint") ) 
    430430   continue; 
    431431 
Note: See TracChangeset for help on using the changeset viewer.