summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 01:59:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 01:59:16 +0000
commit324edad322d33635ccb39c84a812a873ade37384 (patch)
tree1ed33df1766924a3ee4009014051b92ef0ffc213 /apps
parent6c0019ce586cbe18abc6ed723dbeb9f3ae3e0801 (diff)
downloadATCD-324edad322d33635ccb39c84a812a873ade37384.tar.gz
ChangeLogTag:Thu Nov 16 17:58:10 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/drwho/ChangeLog15
-rw-r--r--apps/drwho/Options.h2
2 files changed, 11 insertions, 6 deletions
diff --git a/apps/drwho/ChangeLog b/apps/drwho/ChangeLog
index b5c0b653b75..97dd4934cec 100644
--- a/apps/drwho/ChangeLog
+++ b/apps/drwho/ChangeLog
@@ -1,13 +1,18 @@
+Thu Nov 16 17:58:10 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * Options.h:
+ Fixed small syntax error.
+
Sat Nov 4 18:18:06 2000 Carlos O'Ryan <coryan@uci.edu>
- * Rwho_DB_Manager.cpp:
- Add missing #include
+ * Rwho_DB_Manager.cpp:
+ Add missing #include
Fri Jul 14 14:44:43 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * CM_Server.cpp (receive): Added a cast to (int *) so that
- certain C++ compilers are happy. Thanks to John Mills
- <jmills@tga.com> for reporting this.
+ * CM_Server.cpp (receive): Added a cast to (int *) so that
+ certain C++ compilers are happy. Thanks to John Mills
+ <jmills@tga.com> for reporting this.
Tue May 23 20:52:29 2000 David L. Levine <levine@cs.wustl.edu>
diff --git a/apps/drwho/Options.h b/apps/drwho/Options.h
index 5b904329da3..567c91a49f6 100644
--- a/apps/drwho/Options.h
+++ b/apps/drwho/Options.h
@@ -56,7 +56,7 @@ public:
static Protocol_Types protocol_type;
static int max_server_timeout;
static char *program_name;
- const static char *friend_file;
+ static const char *friend_file;
static char *user_name;
static void print_usage_and_die (int long_msg);