diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-07 01:52:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-07 01:52:41 +0000 |
commit | 39a7b5a936db6445a017ac33ee8dec7dc5d865d8 (patch) | |
tree | b8003866f6395b4bb75f02773b20896485d77127 | |
parent | d870602408053e5c02892e40f2798fc7573e361c (diff) | |
download | ATCD-39a7b5a936db6445a017ac33ee8dec7dc5d865d8.tar.gz |
Tue Apr 6 20:39:01 1999 Ossama Othman <othman@cs.wustl.edu>
Read it! :-)
-rw-r--r-- | ChangeLog-99b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 32c2b68b74a..2a6d9b33771 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,12 @@ +Tue Apr 6 20:39:01 1999 Ossama Othman <othman@cs.wustl.edu> + + * ace/Log_Record.cpp (format_msg): + * ace/Log_Record.cpp (print): + + 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. + Tue Apr 6 20:19:23 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/Makefile: Removed the ATM_Addr files until Joe can |