Kaydet (Commit) 8b984dae authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-cl loplugin: idlc

Change-Id: Idcd117aa896779bb5ebdfa33c24d5e374dd943cf
Reviewed-on: https://gerrit.libreoffice.org/29861Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 1ccc7c42
......@@ -71,7 +71,7 @@ static bool checkOutputPath(const OString& completeName)
#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