diff --git a/uppsrc/Core/src.tpp/AMap$en-us.tpp b/uppsrc/Core/src.tpp/AMap$en-us.tpp index 4f100f5bb..1d5d1a493 100644 --- a/uppsrc/Core/src.tpp/AMap$en-us.tpp +++ b/uppsrc/Core/src.tpp/AMap$en-us.tpp @@ -614,16 +614,12 @@ current capacity, capacity is increased to the required value.&] [s3;%- &] [s4;%- &] [s5;:AMap`:`:Top`(`):%- [*@4 T][@(0.0.255) `&]_[* Top]()&] +[s5;:AMap`:`:Top`(`)const:%- [@(0.0.255) const]_[*@4 T][@(0.0.255) `&]_[* Top]()_[@(0.0.255) co +nst]&] [s2; Returns a reference to the value of the last element of AMap.&] [s7; [*/ Return value]-|Reference to the value of the last element.&] [s3;%- &] [s4;%- &] -[s5;:AMap`:`:Top`(`):%- [*@4 T][@(0.0.255) `&]_[* Top]()&] -[s2; Returns a constant reference to the value of the last element -of AMap.&] -[s7; [*/ Return value]-|Reference to the value of the last element.&] -[s3;%- &] -[s4;%- &] [s5;:AMap`:`:TopKey`(`)const:%- [@(0.0.255) const]_[*@4 K][@(0.0.255) `&]_[* TopKey]()_[@(0.0.255) c onst]&] [s2; Returns a constant reference to the key of the last element diff --git a/uppsrc/usvn/SlaveProcess.cpp b/uppsrc/usvn/SlaveProcess.cpp index d20dcb3a9..336ced7e7 100644 --- a/uppsrc/usvn/SlaveProcess.cpp +++ b/uppsrc/usvn/SlaveProcess.cpp @@ -166,7 +166,8 @@ bool LocalProcess::Start(const char *command, const char *envptr) LLOG("\nLocalProcess::Start"); LLOG("rpipe[" << rpipe[0] << ", " << rpipe[1] << "]"); - LLOG("wpipe[" << wpipe[0] << ", " << wpipe[1] << "]"); + + LLOG("wpipe[" << wpipe[0] << ", " << wpipe[1] << "]"); pid = fork(); LLOG("\tfork, pid = " << (int)pid << ", getpid = " << (int)getpid()); if(pid < 0)