pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-03
2014-09-03 18:41:39 by Martin Nilsson <nilsson@opera.com>
c9d3974ffd4786bb477a9e85573ef531ebe2f563 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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 */