aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-06-27 00:22:03 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-06-27 00:22:03 +0000
commitc9b6382140e8d044f552bb5ad7eb11498bc05140 (patch)
treed3bd3eaefd97d807e4a5e59b3ed78a4691bb3c8e /x11/kdebase4-runtime
parent822b57d5b66f821bf345034bf7fc76df3a5b3efc (diff)
Notes
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/files/patch-kdm-backend-xdmcp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdebase4-runtime/files/patch-kdm-backend-xdmcp.c b/x11/kdebase4-runtime/files/patch-kdm-backend-xdmcp.c
index 51b037275a59..be29ec4d3416 100644
--- a/x11/kdebase4-runtime/files/patch-kdm-backend-xdmcp.c
+++ b/x11/kdebase4-runtime/files/patch-kdm-backend-xdmcp.c
@@ -1,11 +1,11 @@
-++--- kdm/backend/xdmcp.c.orig Sun May 19 10:38:01 2002
-+++++ kdm/backend/xdmcp.c Sun May 19 10:38:16 2002
-++@@ -1012,7 +1012,7 @@
+--- kdm/backend/xdmcp.c.orig Wed May 8 14:21:31 2002
++++ kdm/backend/xdmcp.c Wed Jun 26 20:14:02 2002
+@@ -1012,7 +1012,7 @@
sprintf (buf, "Session %ld failed for display %.260s: %s",
(long) sessionID, name, reason);
-- Debug ("send_failed(%\"s)", buf);
-+ Debug ("send_failed(%s)\n", buf);
+- Debug ("send_failed(%\"s)\n", buf);
++ Debug ("send_failed(\"%s\")\n", buf);
status.length = strlen (buf);
status.data = (CARD8Ptr) buf;
header.version = XDM_PROTOCOL_VERSION;