[Commit] grrobot/src args.h,1.4,1.5

Carl Worth commit at keithp.com
Fri Jun 17 09:40:50 PDT 2005


Committed by: cworth

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

Modified Files:
	args.h 
Log Message:

        * .cvsignore: Ignore some generated files.

        * src/args.h (ARGS_HOST_DEFAULT): Revert default host to
        rr.nickle.org now that I know that's up and running again.


Index: args.h
===================================================================
RCS file: /local/src/CVS/grrobot/src/args.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- args.h	16 Jun 2005 18:11:46 -0000	1.4
+++ args.h	17 Jun 2005 16:40:48 -0000	1.5
@@ -33,7 +33,7 @@
 
 #include <argp.h>
 
-#define ARGS_HOST_DEFAULT "localhost"
+#define ARGS_HOST_DEFAULT "rr.nickle.org"
 #define ARGS_PORT_DEFAULT "5252"
 #define ARGS_USER_DEFAULT "grrobot"
 #define ARGS_GAME_DEFAULT "game"




More information about the Commit mailing list