summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2012-04-03 16:32:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2012-04-03 16:32:27 +0000
commit7a2ee8793fa85392b5c913022364555d2322835f (patch)
tree104a6a58eeb522d2e41672402e88c58afeb6ac85 /ACE/ace/ACE.cpp
parentdee48f3b43aa05d3fc0740ef086575e119c30947 (diff)
downloadATCD-7a2ee8793fa85392b5c913022364555d2322835f.tar.gz
ChangeLogTag:Tue
Diffstat (limited to 'ACE/ace/ACE.cpp')
-rw-r--r--ACE/ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ACE.cpp b/ACE/ace/ACE.cpp
index 3fedcc67109..e3268798a1e 100644
--- a/ACE/ace/ACE.cpp
+++ b/ACE/ace/ACE.cpp
@@ -2421,7 +2421,7 @@ ACE::timestamp (const ACE_Time_Value& time_value,
tms.tm_sec,
static_cast<long> (cur_time.usec()));
date_and_time[date_and_timelen - 1] = '\0';
- return &date_and_time[11 + (return_pointer_to_first_digit != 0)];
+ return &date_and_time[10 + (return_pointer_to_first_digit != 0)];
}
// This function rounds the request to a multiple of the page size.