Kaydet (Commit) a0d3aa1f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: size_t/sal_Int32: possible loss of data

Change-Id: I96849e94196291bd387737aae537139ff4fefeb3
üst 803b669e
......@@ -40,7 +40,7 @@ namespace registry
namespace tools
{
OUString convertToFileUrl(char const * filename, size_t length)
OUString convertToFileUrl(char const * filename, sal_Int32 length)
{
OUString const uFileName(filename, length, osl_getThreadTextEncoding());
if (strncmp(filename, "file://", 7) == 0)
......
......@@ -27,7 +27,7 @@ namespace registry
namespace tools
{
OUString convertToFileUrl(char const * filename, size_t length);
OUString convertToFileUrl(char const * filename, sal_Int32 length);
} // namespace tools
} // namespace registry
......
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