mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 06:53:41 +00:00
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:
@@ -290,7 +290,7 @@ typedef uint16_t ast_string_field_allocation;
|
|||||||
if (*__p__ != (*ptr)) { \
|
if (*__p__ != (*ptr)) { \
|
||||||
__ast_string_field_release_active((x)->__field_mgr_pool, (*ptr)); \
|
__ast_string_field_release_active((x)->__field_mgr_pool, (*ptr)); \
|
||||||
} \
|
} \
|
||||||
memcpy((void *) *__p__, __d__, __dlen__); \
|
memcpy(* (void **) __p__, __d__, __dlen__); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user