[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-193-g2c29f94

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:50:49 CET 2014


The branch, build-baikal has been updated
       via  2c29f94eb6bef8a28bdcdecf1ad29958bf6a2b82 (commit)
      from  6daaf7bfa7a5cd9dac41d28860ff9569e54f0eb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/x2gosqlitewrapper.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/x2gosqlitewrapper.c b/x2goserver/x2gosqlitewrapper.c
index 63320f1..95e2a8a 100644
--- a/x2goserver/x2gosqlitewrapper.c
+++ b/x2goserver/x2gosqlitewrapper.c
@@ -58,7 +58,7 @@ int main( int argc, char *argv[] ) {
 			exit(EXIT_FAILURE);
 		}
 		if(rvrl >= path_max){
-			fprintf(stderr, "Could not resolve the path of this file using \"/proc/self/exe\". The path is to long (> %i)", path_max);
+			fprintf(stderr, "Could not resolve the path of this file using \"/proc/self/exe\". The path is too long (> %i)", path_max);
 			exit(EXIT_FAILURE);
 		}
 


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list