From 7e1843207cfabfbfbefd2cfbd9cfc0b70dcc30a1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 25 Mar 2013 08:24:35 +0000 Subject: [PATCH] update azyshot to new api --- src/modules/shot/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c index 5fd8d6e0a..f1db4c1c7 100644 --- a/src/modules/shot/e_mod_main.c +++ b/src/modules/shot/e_mod_main.c @@ -422,7 +422,7 @@ _upload_complete_cb(void *data, int ev_type __UNUSED__, void *event) Eina_Binbuf *buf; if (ev->client != client) return ECORE_CALLBACK_RENEW; status = azy_net_code_get(azy_content_net_get(ev->content)); - buf = azy_content_return_get(ev->content); + buf = azy_content_return_get(ev->content, NULL); eina_binbuf_append_char(buf, 0); url_ret = (char*)eina_binbuf_string_steal(buf); #else