Hi Chris,
thanks, fixed in SVN 1057.
/// Jürgen
On 07/21/2018 05:05 PM, Chris Moller
wrote:
This is the same as the last batch--don't know
how I missed it the first time:
Index: Svar_DB.cc
===================================================================
--- Svar_DB.cc (revision 1055)
+++ Svar_DB.cc (working copy)
@@ -316,7 +316,8 @@
del,
log);
if (response)
{
- memcpy(&cache,
response->get__SVAR_RECORD_IS__record().data(),
+ memcpy(static_cast <void
*>(&cache),
+
response->get__SVAR_RECORD_IS__record().data(),
sizeof(Svar_record));
delete response;
}
|