summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 17:45:43 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 17:45:43 +0000
commit3596dcce8cb6e99aa3b683a68c2be9119a2ab001 (patch)
treee4b173289545c6c94b56ac2663c02304f6bebbb1
parent0c8f8c88c6f0dc6c2dd2adab0e47a67ea951097b (diff)
downloadATCD-3596dcce8cb6e99aa3b683a68c2be9119a2ab001.tar.gz
ChangeLogTag: Fri Oct 31 10:14:56 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 32037e13642..5f78dc9192d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -5,7 +5,8 @@ Fri Oct 31 10:14:56 2003 Chad Elliott <elliott_c@ociweb.com>
Added a missing break from the loop to remove trailing whitespace
from constant strings. The result from the missing break is that
- the string would get chopped in the middle if it had a space.
+ the string would get chopped in the middle if it had a space. Thanks
+ to Onopin V. Mikhail <kool@garant.ru> for reporting the problem.
Fri Oct 31 08:50:00 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>