edbus: Fix wrong pointer passed to edbus_message_iter_arguments_get
authorJosé Roberto de Souza <zehortigoza@profusion.mobi>
Mon, 29 Oct 2012 22:02:32 +0000 (22:02 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 29 Oct 2012 22:02:32 +0000 (22:02 +0000)
commitb484ea5a813b8ca74c63c0522a06227ca09c8fc5
treec582049c651923f3e1e01165a96001a6a58b9736
parent08898c5fba55a2ccbd8f5e030d149c6ea0ee3d5f
edbus: Fix wrong pointer passed to edbus_message_iter_arguments_get

We were expected to pass an int pointer, but instead we were passing a
char, which leads to a crash in complex_type_server.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 78623
src/examples/complex_types_server.c