vcl/win/app/salinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c112868f6cc6a3ba937778435dcca1fe986bf124
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 30 08:04:40 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 30 08:43:46 2021 +0200

    loplugin:stringadd (clang-cl)
    
    Change-Id: I132643eb73129e1319af36b7c8aac36a516714b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114896
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 18605f2f17d4..1771120e42c8 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -908,7 +908,7 @@ OUString WinSalInstance::getOSVersion()
                                 + OUString::number(vi2.dwMinorVersion));
                 aVer.append(" ");
                 if (vi2.szCSDVersion[0])
-                    aVer.append(o3tl::toU(vi2.szCSDVersion)).append(" ");
+                    aVer.append(OUString::Concat(o3tl::toU(vi2.szCSDVersion)) 
+ " ");
                 aVer.append("Build " + OUString::number(vi2.dwBuildNumber));
                 bHaveVerFromRtlGetVersion = true;
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to