SL-16450 gcc compatibility
parent
1f3d744fdf
commit
c948034be9
|
|
@ -440,7 +440,7 @@ private:
|
|||
|
||||
LLSD::Binary data;
|
||||
data.resize(len);
|
||||
memcpy(&data[0], buf, len);
|
||||
memcpy((void*)&data[0], (void*)buf, len);
|
||||
responses.insert(key, data);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue