[polypaudio-commits] r963 - /trunk/src/utils/padsp.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Wed May 24 17:40:11 PDT 2006
Author: lennart
Date: Thu May 25 02:40:04 2006
New Revision: 963
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=963&root=polypaudio&view=rev
Log:
fix evil, evil typo that cause all gtk2 based apps to crash
Modified:
trunk/src/utils/padsp.c
Modified: trunk/src/utils/padsp.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/padsp.c?rev=963&root=polypaudio&r1=962&r2=963&view=diff
==============================================================================
--- trunk/src/utils/padsp.c (original)
+++ trunk/src/utils/padsp.c Thu May 25 02:40:04 2006
@@ -1693,7 +1693,7 @@
}
m = O_RDONLY;
- } else if (strcmp(filename, "/dev/mixer") != 0)
+ } else if (strcmp(filename, "/dev/mixer") == 0)
m = O_RDWR;
else {
LOAD_FOPEN_FUNC();
More information about the pulseaudio-commits
mailing list