Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > main-release-src > by-pkgid > 5a95a25af2dd93cff676a7787a248cfa > files > 12

pulseaudio-0.9.9-7mdv2008.1.src.rpm

Index: src/pulse/util.c
===================================================================
--- src/pulse/util.c	(revision 2098)
+++ src/pulse/util.c	(working copy)
@@ -75,7 +75,7 @@
     pa_assert(s);
     pa_assert(l > 0);
 
-    if (!(p = getenv("USER")) && !(p = getenv("LOGNAME")) && !(p = getenv("USERNAME"))) {
+    if (!(p = getenv("USERNAME")) && !(p = getenv("USER")) && !(p = getenv("LOGNAME"))) {
 #ifdef HAVE_PWD_H
 
 #ifdef HAVE_GETPWUID_R