From ef2d5dc68483960ae61e8a82461dbd758a907806 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 29 Jun 2020 13:06:23 -0400 Subject: [PATCH] Do betterer. --- indra/llvfs/lldir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index 9b02c09c67b..31003da4957 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -673,7 +673,7 @@ std::string LLDir::findSkinnedFilename(const std::string &subdir, std::vector<std::string> found(findSkinnedFilenames(subdir, filename, constraint)); if (found.empty()) { - return ""; + return std::string(); } return found.back(); } -- GitLab