[X2Go-Commits] [nx-libs] 01/01: nxcomp/src/Log.h: fix compile error.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 25 04:00:09 CET 2017


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

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit dfb7494148e448ca5d442da412309499bc3398f8
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Dec 25 04:00:04 2017 +0100

    nxcomp/src/Log.h: fix compile error.
---
 nxcomp/src/Log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nxcomp/src/Log.h b/nxcomp/src/Log.h
index ab1807c..9781ec8 100644
--- a/nxcomp/src/Log.h
+++ b/nxcomp/src/Log.h
@@ -448,7 +448,7 @@ class NXLog
             if ( synchronized() )
             {
                 /* Verbosely discard data if we don't have a buffer. */
-                if (!(out.has_buffer()))
+                if (!(has_buffer()))
                 {
                     std::cerr << "WARNING: no buffer available! "
                               << "Internal state error!\n" << "Log hunk will be discarded!" << std::endl;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list