diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-03-18 04:01:37 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-03-18 04:01:37 +0000 |
commit | 0e793b510a2a61759cccf4caa38d9651eae1018b (patch) | |
tree | fd23fef78584a66ca6852895ecbd827ab8de68ab /src/main.c | |
parent | 17d3ccbaa3f22c4c0f8a86515d71fc017a451bbd (diff) | |
download | mpd-svn/oggflac.tar.gz mpd-svn/oggflac.tar.xz mpd-svn/oggflac.zip |
merge up to r3928, branch should be closeable unless there aresvn/oggflac
major issues that need to be addressed.
git-svn-id: https://svn.musicpd.org/mpd/branches/oggflac@3929 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c index 7b05e7c14..2f0bf870a 100644 --- a/src/main.c +++ b/src/main.c @@ -220,7 +220,7 @@ void changeToUser() { * (must be done before we change our uid) */ if (initgroups(param->value, userpwd->pw_gid) == -1) { - WARNING("cannot init suplementary groups " + WARNING("cannot init supplementary groups " "of user \"%s\" at line %i: %s\n", param->value, param->line, strerror(errno)); @@ -300,7 +300,6 @@ void startMainProcess() { if(pid>0) { initInputStream(); initReplayGainState(); - /* qball crappy code */ readAudioDevicesState(); /* free stuff we don't need */ @@ -317,9 +316,6 @@ void startMainProcess() { finishAudioConfig(); finishAudioDriver(); - /* qball crappy code */ - saveAudioDevicesState(); - finishPaths(); kill(mainPid, SIGTERM); |