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

List:       klik-devel
Subject:    [klik-devel] [klikclient commit] r1597 -
From:       codesite-noreply () google ! com
Date:       2008-06-09 20:00:54
Message-ID: 001636417a07ee68b1044f41444f () google ! com
[Download RAW message or body]

Author: lionel.tricon
Date: Mon Jun  9 13:00:41 2008
New Revision: 1597

Modified:
   trunk/client/trunk/kfakechroot/src/libfakechroot.c

Log:
This modification fix issue 275
This bug was causing a lot of troubles with applications like pingus, 
ltris and lbreakout (for example) on all platforms.


Modified: trunk/client/trunk/kfakechroot/src/libfakechroot.c
==============================================================================
--- trunk/client/trunk/kfakechroot/src/libfakechroot.c	(original)
+++ trunk/client/trunk/kfakechroot/src/libfakechroot.c	Mon Jun  9 
13:00:41 2008
@@ -2241,7 +2241,8 @@
     narrow_chroot_path(path, fakechroot_path, fakechroot_ptr);
  if (getenv("FAKECHROOT_DEBUG")) fprintf(stderr, "# narrow_chroot_path 
readlink(%s)\n", path);

-    v_dir = next_opendir(getenv("FAKECHROOT_BASE"));
+    if (fakechroot_localdir(path)) v_dir=next_opendir("/");
+    else v_dir=next_opendir(getenv("FAKECHROOT_BASE"));
     if (v_dir != NULL) {
         v_dirfd = dirfd(v_dir);
         if (v_dirfd != -1) {
_______________________________________________
klik-devel mailing list
klik-devel@kde.org
https://mail.kde.org/mailman/listinfo/klik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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