# HG changeset patch # User Paula Stanciu # Date 1217706041 -10800 # Node ID 528d19a2ea3d8f9395813d609dfb64e128bbf6c6 # Parent 59727b85a091e9f295bece0bcf2824156397170f fixed .asoundrc bug - writeing multiple pcm bluetooth device diff -r 59727b85a091 -r 528d19a2ea3d src/bluetooth/bluetooth.c --- 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);