This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xdmcp patch


Hi,
The following patch fixes an error with xdmcp where the parameter -class 
expected 2 arguments instead of only one.

--- xdmcp.c.old	Mon Apr 30 18:24:27 2001
+++ xdmcp.c	Mon Apr 30 18:25:07 2001
@@ -325,7 +325,6 @@
 	return (i + 1);
     }
     if (strcmp(argv[i], "-class") == 0) {
-	++i;
         if (++i == argc)  {
 	    ErrorF("Xserver: missing class name in command line\n");
 	    exit(1);

bye
        ago

-- 
Alexander.Gottwald@informatik.tu-chemnitz.de
http://www.gotti.org
+49 3725 3498080


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]