#i10000# fix for Win32 warning
This commit is contained in:
parent
a6664b6747
commit
c2f366873f
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ throw (uno::RuntimeException, lang::IllegalArgumentException,
|
|||
// UGLY: if only that redland junk could read streams...
|
||||
const sal_Int64 sz( xSeekable.is() ? xSeekable->getLength() : 1 << 20 );
|
||||
// exceptions are propagated
|
||||
i_xInStream->readBytes(buf, sz);
|
||||
i_xInStream->readBytes( buf, static_cast<sal_Int32>( sz ) );
|
||||
const boost::shared_ptr<librdf_stream> pStream(
|
||||
librdf_parser_parse_counted_string_as_stream(pParser.get(),
|
||||
reinterpret_cast<const unsigned char*>(buf.getConstArray()),
|
||||
|
|
Loading…
Reference in a new issue