Fix dev-mode build on my box.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@185741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-04-01 12:13:16 +00:00
parent 378c2e9d2a
commit 1dda5f7c80

View File

@@ -290,7 +290,7 @@ typedef uint16_t ast_string_field_allocation;
if (*__p__ != (*ptr)) { \
__ast_string_field_release_active((x)->__field_mgr_pool, (*ptr)); \
} \
memcpy((void *) *__p__, __d__, __dlen__); \
memcpy(* (void **) __p__, __d__, __dlen__); \
} \
} while (0)