[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kdesu
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2006-11-22 16:33:38
Message-ID: 1164213218.716840.6270.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 606987 by lunakl:

I guess kdesu pre-dates libkdefakes and somebody stupid who
I'm not going to name was naive enough to think all apps
would handle setting LC_ALL to nothing the same like if it
wasn't set at all.



 M  +2 -0      Makefile.am  
 M  +1 -1      kdesu_stub.c  


--- branches/KDE/3.5/kdelibs/kdesu/Makefile.am #606986:606987
@@ -23,6 +23,8 @@
 
 bin_PROGRAMS = kdesu_stub
 kdesu_stub_SOURCES = kdesu_stub.c
+kdesu_stub_LDFLAGS = $(all_libraries) 
+kdesu_stub_LDADD = -lkdefakes
 
 include $(top_srcdir)/admin/Doxyfile.am
 
--- branches/KDE/3.5/kdelibs/kdesu/kdesu_stub.c #606986:606987
@@ -241,7 +241,7 @@
     if( kdesu_lc_all != NULL )
         xsetenv("LC_ALL",kdesu_lc_all);
     else
-        xsetenv("LC_ALL","");
+        unsetenv("LC_ALL");
 
     /* Do we need to change uid? */
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic