[X2Go-Commits] [libx2goclient] 16/17: src/test/sshtest.c: fix compile error.

git-admin at x2go.org git-admin at x2go.org
Mon Jul 22 13:58:37 CEST 2019


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 2d32682b71f11297bc5de9ccb150099d9d3f5ab7
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 22 13:56:19 2019 +0200

    src/test/sshtest.c: fix compile error.
---
 src/test/sshtest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/sshtest.c b/src/test/sshtest.c
index 94b685a..c26b5cb 100644
--- a/src/test/sshtest.c
+++ b/src/test/sshtest.c
@@ -45,7 +45,7 @@ int main (int argc, char **argv) {
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  printf (_("SSH testing utility for ") PACKAGE_NAME);
+  printf (_("SSH testing utility for %s version %s\n\n"), _(PACKAGE_NAME), _(PACKAGE_VERSION));
 
   return (EXIT_SUCCESS);
 }

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


More information about the x2go-commits mailing list