Module Name:    xsrc
Committed By:   mrg
Date:           Thu May 30 23:10:29 UTC 2013

Modified Files:
        xsrc/external/mit/fstobdf/dist: fstobdf.c

Log Message:
FSServerName() returns const char *.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/fstobdf/dist/fstobdf.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/fstobdf/dist/fstobdf.c
diff -u xsrc/external/mit/fstobdf/dist/fstobdf.c:1.1.1.2 xsrc/external/mit/fstobdf/dist/fstobdf.c:1.2
--- xsrc/external/mit/fstobdf/dist/fstobdf.c:1.1.1.2	Sun Nov 21 02:14:02 2010
+++ xsrc/external/mit/fstobdf/dist/fstobdf.c	Thu May 30 23:10:29 2013
@@ -102,7 +102,7 @@ main(int argc, char *argv[])
 
     fontServer = FSOpenServer(serverName);
     if (!fontServer) {
-	char *sn = FSServerName(serverName);
+	const char *sn = FSServerName(serverName);
 	if (sn)
 	    fprintf(stderr, "%s: can't open font server \"%s\"\n",
 	      	    argv[0], sn);

Reply via email to