Mercurial > audlegacy-plugins
changeset 2858:528d19a2ea3d
fixed .asoundrc bug - writeing multiple pcm bluetooth device
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Sat, 02 Aug 2008 22:40:41 +0300 |
parents | 59727b85a091 |
children | 312ba23cbb87 |
files | src/bluetooth/bluetooth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.c Fri Aug 01 23:18:21 2008 +0300 +++ b/src/bluetooth/bluetooth.c Sat Aug 02 22:40:41 2008 +0300 @@ -179,7 +179,7 @@ { while ( fgets ( line, sizeof line, file ) != NULL ) { - if(!(strcmp(line,"pcm.audacious_bt {\n"))){ + if(!(strcmp(line,"pcm.audacious_bt{\n"))){ fputs(line,temp_file); fgets ( line, sizeof line, file ); /* type bluetooth */ fputs(line,temp_file);