mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix evil, evil typo that cause all gtk2 based apps to crash
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@963 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
59d00e2f49
commit
2bb05ea667
1 changed files with 1 additions and 1 deletions
|
|
@ -1693,7 +1693,7 @@ FILE* fopen(const char *filename, const char *mode) {
|
|||
}
|
||||
|
||||
m = O_RDONLY;
|
||||
} else if (strcmp(filename, "/dev/mixer") != 0)
|
||||
} else if (strcmp(filename, "/dev/mixer") == 0)
|
||||
m = O_RDWR;
|
||||
else {
|
||||
LOAD_FOPEN_FUNC();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue