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)
commitf94520c1fa474f135e852c0862ec6af615f46504
tree4ff42c83f3f321a421d562cef2a74e7c40baa0bf
parentb31230313711d14968c81f30b2440f8000e109e9
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
legacy/edbus/src/examples/complex_types_server.c