Fix Linux, Thanks Bitten
This commit is contained in:
@@ -1270,5 +1270,5 @@ void LLAvatarActions::copyUUIDs(const uuid_vec_t& ids)
|
||||
|
||||
std::string LLAvatarActions::getSLURL(const LLUUID& id)
|
||||
{
|
||||
return llformat("secondlife:///app/agent/%s/about", id.asString());
|
||||
return llformat("secondlife:///app/agent/%s/about", id.asString().c_str());
|
||||
}
|
||||
|
||||
@@ -603,6 +603,6 @@ LLFloaterGroupInfo* LLGroupActions::openGroupProfile(const LLUUID& group_id)
|
||||
|
||||
std::string LLGroupActions::getSLURL(const LLUUID& id)
|
||||
{
|
||||
return llformat("secondlife:///app/group/%s/about", id.asString());
|
||||
return llformat("secondlife:///app/group/%s/about", id.asString().c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user