Changeset 4536:4c0dd434da4b in roaraudio
- Timestamp:
- 10/22/10 23:31:44 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
roarclients/roarctl.c
r4503 r4536 533 533 if ( info.flags & ROAR_FLAG_ENHANCE ) 534 534 strcat(flags, "enhance "); 535 if ( info.flags & ROAR_FLAG_SINGLESINK ) 536 strcat(flags, "singlesink "); 535 537 536 538 printf("Flags : %s\n", flags); … … 964 966 } else if ( !strcmp(c, "enhance") ) { 965 967 f |= ROAR_FLAG_ENHANCE; 968 } else if ( !strcmp(c, "singlesink") ) { 969 f |= ROAR_FLAG_SINGLESINK; 966 970 } else { 967 971 fprintf(stderr, "Error: unknown flag: %s\n", c);
Note: See TracChangeset
for help on using the changeset viewer.