[X2Go-Commits] [nx-libs] 02/06: nxcomp/src/Log.h: NXLogStamp constructor should actually take a size_t-typed line parameter.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 25 02:25:42 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 490e7bd202eef3d9b9918339270b5ff1efe11bfc
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Dec 24 20:17:18 2017 +0100

    nxcomp/src/Log.h: NXLogStamp constructor should actually take a size_t-typed line parameter.
---
 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 66d4d14..6c4370c 100644
--- a/nxcomp/src/Log.h
+++ b/nxcomp/src/Log.h
@@ -105,7 +105,7 @@ class NXLogStamp
     }
 
 
-    NXLogStamp(const char *file, const char *function, int line, NXLogLevel level) : file_(file), function_(function), line_(line), level_(level)
+    NXLogStamp(const char *file, const char *function, size_t line, NXLogLevel level) : file_(file), function_(function), line_(line), level_(level)
     {
         gettimeofday(&timestamp_, NULL);
     }

--
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