commit | c41ab6a1b9028de33e74101cb0aae13098a56fdb | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Nov 29 15:47:09 2010 -0500 |
committer | Eric Paris <eparis@redhat.com> | Tue Nov 30 17:28:57 2010 -0500 |
tree | f56d5af7c2743623018b04b14cc4f47895c3bb3e | |
parent | c9e86a9b95f198d7df49b25fcd808ee39cba218f [diff] |
flex_array: fix flex_array_put_ptr macro to be valid C Using flex_array_put_ptr() results in a compile error "error: lvalue required as unary ‘&’ operand" fix the casting order to fix this. Signed-off-by: Eric Paris <eparis@redhat.com>