Module Name:    xsrc
Committed By:   msaitoh
Date:           Sun Nov  9 07:17:51 UTC 2014

Modified Files:
        xsrc/external/mit/libXt/dist/src [netbsd-6]: ResConfig.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #1181):
        xsrc/external/mit/libXt/dist/src/ResConfig.c    patch

Fix DEBUG build of libXt.  From Sandro Millien in PR xsrc/48863.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4.2.1 -r1.1.1.4.2.2 \
    xsrc/external/mit/libXt/dist/src/ResConfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libXt/dist/src/ResConfig.c
diff -u xsrc/external/mit/libXt/dist/src/ResConfig.c:1.1.1.4.2.1 xsrc/external/mit/libXt/dist/src/ResConfig.c:1.1.1.4.2.2
--- xsrc/external/mit/libXt/dist/src/ResConfig.c:1.1.1.4.2.1	Thu Jun  6 03:44:26 2013
+++ xsrc/external/mit/libXt/dist/src/ResConfig.c	Sun Nov  9 07:17:51 2014
@@ -988,7 +988,7 @@ _XtResourceConfigurationEH (
 				resource = XtNewString (data_ptr);
 				value = XtNewString (data_value);
 #ifdef DEBUG
-				fprintf (stderr, "resource_len=%d\n"
+				fprintf (stderr, "resource_len=%d\n",
 					 resource_len);
 				fprintf (stderr, "resource = %s\t value = %s\n",
 					 resource, value);

Reply via email to