summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 02:05:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 02:05:30 +0000
commite56e97cf39dbdcb63f807f3bac0c2fc034d191b7 (patch)
tree3e01fe809c071b4350b98b4eef95f2974a7bdb3a
parent69325fe07e02fc77ef3f15bfaf93830fa3b1e9f4 (diff)
downloadATCD-e56e97cf39dbdcb63f807f3bac0c2fc034d191b7.tar.gz
Added some things I forgot to mention.
-rw-r--r--ChangeLog-99b4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index bd347d20050..f10eb0c32da 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -12,7 +12,9 @@ Tue Apr 6 20:39:01 1999 Ossama Othman <othman@cs.wustl.edu>
Changed host_name[] to *host_name since null pointers were being
passed into the host_name array. Strictly speaking, host_name
- should thus be a pointer, not an array.
+ should thus be a pointer, not an array. Also cleaned up
+ ternary operator in format_msg() by parenthesizing some
+ expressions.
Tue Apr 6 20:19:23 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>