diff src/bluetooth/bluetooth.c @ 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 dc22e3d2e56e
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);