mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
replace a pa_assert() by an pa_assert_se()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1736 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f59dd18fe6
commit
c627871fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ int main(int argc, char *argv[]) {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_assert(chdir("/") == 0);
|
pa_assert_se(chdir("/") == 0);
|
||||||
umask(0022);
|
umask(0022);
|
||||||
|
|
||||||
if (conf->system_instance) {
|
if (conf->system_instance) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue