Kaydet (Commit) fe3feff8 authored tarafından Michael Stahl's avatar Michael Stahl

cli_ure: PVS-Studio V618 non-const format string

Change-Id: I54834111ce8aac91f2a6605473bef5eeaa4fb171
üst 1a8b6b3f
......@@ -258,7 +258,7 @@ SAL_IMPLEMENT_MAIN()
sal_uInt32 nCount = osl_getCommandArgCount();
if (0 == nCount)
{
printf( s_usingText );
puts( s_usingText );
return 0;
}
......@@ -310,7 +310,7 @@ SAL_IMPLEMENT_MAIN()
// options
if (is_option( info_help, &nPos ))
{
printf( s_usingText );
puts( s_usingText );
return 0;
}
else if (read_argument( &cmd_arg, info_types, &nPos ))
......
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