Branch: Tag:

2014-09-03

2014-09-03 18:41:39 by Martin Nilsson <nilsson@opera.com>

Don't cast memcpy void* arguments.

1904:    * FIXME: Future optimization: Perform sufficient magic    * to do the conversion in place if the ref-count is == 1.    */ -  memcpy(out->str, (char *)(str0-len), len*2); +  memcpy(out->str, str0-len, len*2);    } else {    /* Reverse endian */