[Commit] rrserver dispatch.5c,1.25,1.26

Keith Packard commit at keithp.com
Sat Jun 14 03:17:09 PDT 2003


Committed by: keithp

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv20632

Modified Files:
	dispatch.5c 
Log Message:
Format HELP reply correctly

Index: dispatch.5c
===================================================================
RCS file: /local/src/CVS/rrserver/dispatch.5c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- dispatch.5c	12 Jun 2003 17:59:16 -0000	1.25
+++ dispatch.5c	14 Jun 2003 09:17:07 -0000	1.26
@@ -569,6 +569,7 @@
 				}
 			    }
 			}
+			File::fprintf (c.f, "HELP \"\n");
 			if (dim(w) > 0)
 			{
 			    for (int j = 0; j < dim(w); j++)
@@ -590,6 +591,7 @@
 			    for (int i = 0; i < dim(commands); i++)
 				print_help (&commands[i], false);
 			}
+			File::fprintf (c.f, "\"\n");
 		    }
 		},
 		{




More information about the Commit mailing list