[Libreoffice-commits] core.git: vcl/workben
Caolán McNamara
caolanm at redhat.com
Sun Feb 25 17:16:48 UTC 2018
vcl/workben/commonfuzzer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a7d7b2b49e6b63cdf22be823b8eb6e4c0ec8191f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Feb 25 17:16:06 2018 +0000
oss-fuzz build fix
Change-Id: I64e0839428e238471a75f2609330171e86472429
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx
index 05d35a4e1532..108bdb49da90 100644
--- a/vcl/workben/commonfuzzer.hxx
+++ b/vcl/workben/commonfuzzer.hxx
@@ -67,7 +67,7 @@ namespace
osl::FileBase::getSystemPathFromFileURL(execdir, sExecDir);
rtl::OStringBuffer aBuffer("<?xml version=\"1.0\"?>\n<fontconfig><dir>");
- aBuffer.append(OUStringToOString(sExecDir + getExecutableName() + ".fonts", osl_getThreadTextEncoding());
+ aBuffer.append(OUStringToOString(sExecDir + getExecutableName() + ".fonts", osl_getThreadTextEncoding()));
aBuffer.append("</dir><cachedir>/tmp/cache/fontconfig</cachedir></fontconfig>");
rtl::OString aConf = aBuffer.makeStringAndClear();
sal_uInt64 aBytesWritten;
More information about the Libreoffice-commits
mailing list