tools/source/inet/inetmsg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3bc5f0a38ac1708817d3e61a74fa40a22c099664 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Wed Nov 29 14:37:58 2023 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Wed Nov 29 16:40:53 2023 +0100 Extended loplugin:ostr: tools Change-Id: I7a585370b7d2a8021b733984e605cae8cc92c774 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160097 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx index b2e7f70b40d4..a5c6838176a1 100644 --- a/tools/source/inet/inetmsg.cxx +++ b/tools/source/inet/inetmsg.cxx @@ -269,7 +269,7 @@ void INetMIMEMessage::EnableAttachMultipartFormDataChild() o3tl::sprintf (sTail, "%08X%08X", static_cast< unsigned int >(aCurTime.GetTime()), static_cast< unsigned int >(nThis)); - m_aBoundary = "------------_4D48"; + m_aBoundary = "------------_4D48"_ostr; m_aBoundary += sTail; // Set header fields.