Skip to content
Snippets Groups Projects
Commit 1dda5f7c authored by Russell Bryant's avatar Russell Bryant
Browse files

Fix dev-mode build on my box.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@185741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 378c2e9d
Branches
Tags
No related merge requests found
...@@ -290,7 +290,7 @@ typedef uint16_t ast_string_field_allocation; ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment