Fix mamer crash on listmanagers command
[capablanca.git] / lasker-2.2.3 / bots / mamer / Command.cc
index 62f0b00..9ebaf79 100644 (file)
@@ -3,16 +3,13 @@
 //
 // Matthew E. Moses
 //
-// $Revision: 1.9 $
-// $Date: 2002/07/02 00:05:19 $
+// $Revision: 1.8 $
+// $Date: 1998/09/10 19:57:17 $
 //
-// $Author: tridge $
+// $Author: mlong $
 // $Locker:  $
 //
 // $Log: Command.cc,v $
-// Revision 1.9  2002/07/02 00:05:19  tridge
-// got rid of a bunch of RCS tags now that its in CVS
-//
 // Revision 1.8  1998/09/10 19:57:17  mlong
 // lots of little bug fixes and a few new features
 //
@@ -41,6 +38,8 @@
 //
 //--------------------------------------------------------------------------
 
+// static char RCSid[] = "$Id: Command.cc,v 1.8 1998/09/10 19:57:17 mlong Exp $";
+
 #include "Command.hh"
 
 //- constructor -----------------------------------------------------------