diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-03-14 00:14:23 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-03-14 00:14:23 +0000 |
commit | a258f41268b6d181206a5f54ef1216fb7118efa6 (patch) | |
tree | f73781f49b45b37219418dbea9fb2fdb1e5df530 /ChangeLog | |
parent | babecb5a7d2e9faeab40eed4df32a94b83983120 (diff) | |
download | ATCD-a258f41268b6d181206a5f54ef1216fb7118efa6.tar.gz |
ChangeLogTag:Thu Mar 13 16:11:48 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1db491242c..86b6ca92ced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 13 16:11:48 2003 Ossama Othman <ossama@uci.edu> + + * ace/Log_Msg.cpp (log_hexdump): + + Use the ACE_SIZE_T_FORMAT_SPECIFIER macro to specify the correct + size_t format specifier. Fixes a warning exhibited on 32-bit + and 64-bit g++ builds. + Thu Mar 13 17:35:48 2003 Steve Huston <shuston@riverace.com> * examples/C++NPv1/Logging_Handler.cpp (recv_log_record): |