Changeset 5166:ab81dec0e209 in roaraudio
- Timestamp:
- 10/18/11 09:52:11 (11 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/alsa/pcm_roar.c
r5165 r5166 427 427 continue; 428 428 429 if ( !strcmp(para, "type") || !strcmp(para, "comment") )429 if ( !strcmp(para, "type") || !strcmp(para, "comment") || !strcmp(para, "hint") ) 430 430 continue; 431 431 -
plugins/alsavs/pcm_roar.c
r5165 r5166 427 427 continue; 428 428 429 if ( !strcmp(para, "type") || !strcmp(para, "comment") )429 if ( !strcmp(para, "type") || !strcmp(para, "comment") || !strcmp(para, "hint") ) 430 430 continue; 431 431
Note: See TracChangeset
for help on using the changeset viewer.