This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 5cee71a3cd402217946db4634e235c9b1cfbd3b3 Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Jan 5 01:08:18 2018 +0100 Dialog.c: Fix wrong function names in TEST output --- nx-X11/programs/Xserver/hw/nxagent/Dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c index c096186..73bd37a 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c @@ -91,7 +91,7 @@ void nxagentResetDialog(int pid) else if (pid == nxagentFontsReplacementDialogPid) { #ifdef TEST - fprintf(stderr, "nxagentFontsReplacementDialog: Resetting fonts replacement dialog pid [%d].\n", + fprintf(stderr, "nxagentResetDialog: Resetting fonts replacement dialog pid [%d].\n", nxagentFontsReplacementDialogPid); #endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git