Kaydet (Commit) 347f67dd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-cl loplugin: codemaker

Change-Id: I1e11ea28d90a5ee47a0ad6d302724b226ef8440b
Reviewed-on: https://gerrit.libreoffice.org/29877Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 3b02c40a
......@@ -133,7 +133,7 @@ OString createFileNameFromType( const OString& destination,
#if defined(SAL_UNX)
if (mkdir(buffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)buffer.getStr()) == -1)
if (mkdir(buffer.getStr()) == -1)
#endif
{
if ( errno == ENOENT )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment