diff --git a/ryzom/client/src/interface_v3/sphrase_manager.cpp b/ryzom/client/src/interface_v3/sphrase_manager.cpp index 94f2b3d84..d03b71411 100644 --- a/ryzom/client/src/interface_v3/sphrase_manager.cpp +++ b/ryzom/client/src/interface_v3/sphrase_manager.cpp @@ -4696,8 +4696,8 @@ int CSPhraseComAdpater::luaGetDesc(CLuaState &ls) if (*desc) { #ifdef RYZOM_LUA_UCSTRING - ucstring desc = ucstring::makeFromUtf8(desc); // Compatibility - CLuaIHM::push(ls, desc); + ucstring uc = ucstring::makeFromUtf8(desc); // Compatibility + CLuaIHM::push(ls, uc); #else ls.push(desc); #endif