Fix some compiler warnings/errors. Error in llinventorymodelbackgroundfetch was introduced by partial commit.
This commit is contained in:
@@ -776,7 +776,7 @@ std::streamsize llstdio_filebuf::xsgetn(char_type* __s, std::streamsize __n)
|
||||
return __ret;
|
||||
}
|
||||
|
||||
std::streamsize llstdio_filebuf::xsputn(char_type* __s, std::streamsize __n)
|
||||
std::streamsize llstdio_filebuf::xsputn(char_type const* __s, std::streamsize __n)
|
||||
{
|
||||
// Optimization in the always_noconv() case, to be generalized in the
|
||||
// future: when __n is sufficiently large we write directly instead of
|
||||
|
||||
Reference in New Issue
Block a user