Sync llcommon with Alchemy a bit.
llmath::llround->ll_round LL_ICC->LL_INTELC Add llpredicate Add LL_CPP11 macro Remove llhash Update llinitparam, llsd and all relatives of it.
This commit is contained in:
@@ -219,7 +219,7 @@ LLSD LLFloaterPathfindingCharacters::buildCharacterScrollListItemData(const LLPa
|
||||
columns[2]["column"] = "owner";
|
||||
columns[2]["value"] = getOwnerName(pCharacterPtr);
|
||||
|
||||
S32 cpuTime = llmath::llround(pCharacterPtr->getCPUTime());
|
||||
S32 cpuTime = ll_round(pCharacterPtr->getCPUTime());
|
||||
std::string cpuTimeString = llformat("%d", cpuTime);
|
||||
LLStringUtil::format_map_t string_args;
|
||||
string_args["[CPU_TIME]"] = cpuTimeString;
|
||||
|
||||
Reference in New Issue
Block a user