i18nlangtag/source/languagetag/languagetag.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a492775fe2a7f408eb2ca96f632860d0f9c4a70f
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Nov 29 17:57:12 2023 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Thu Nov 30 09:00:14 2023 +0100

    Extended loplugin:ostr: i18nlangtag
    
    Change-Id: I9e5b989f0508d1479572523ab6929828f0f1b85f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160119
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/i18nlangtag/source/languagetag/languagetag.cxx 
b/i18nlangtag/source/languagetag/languagetag.cxx
index ebf31acc4f9a..c6f253f6b9bb 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -239,7 +239,7 @@ void LiblangtagDataRef::setupDataPath()
     }
 #endif
     if (maDataPath.isEmpty())
-        maDataPath = "|";   // assume system
+        maDataPath = "|"_ostr;   // assume system
     else
         lt_db_set_datadir( maDataPath.getStr());
 }

Reply via email to