[debian-edu-commits] debian-edu/pkg-team/ 152/159: oops…

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit be10cfa9540c6dabd92de9716d027280d029caa9
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Sep 2 19:17:34 2015 +0200

    oops…
---
 patches/chansrvlog.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/chansrvlog.diff b/patches/chansrvlog.diff
index c694535..2270bc1 100644
--- a/patches/chansrvlog.diff
+++ b/patches/chansrvlog.diff
@@ -17,7 +17,7 @@
      if (log_path == 0)
      {
 +        log_path = g_getenv("XDG_CACHE_HOME");
-+        if (!g_directory_exist(log_path)
++        if (!g_directory_exist(log_path))
 +            log_path = 0;
 +    }
 +    if (log_path == 0)
@@ -25,7 +25,7 @@
          log_path = g_getenv("HOME");
 +        if (log_path != 0)
 +        {
-+            char* cp = malloc(strlen(log_path) + strlen("/.cache") + 1;
++            char* cp = malloc(strlen(log_path) + strlen("/.cache") + 1);
 +
 +            if (cp != 0)
 +            {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git



More information about the debian-edu-commits mailing list