[librest/wip/baedert/gtask2: 4/8] oauth-proxy-call: Remove an unnecessary cast
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/wip/baedert/gtask2: 4/8] oauth-proxy-call: Remove an unnecessary cast
- Date: Thu, 14 Jul 2016 16:32:50 +0000 (UTC)
commit 89afb654e30353c2b78501185320d9a97b25feb1
Author: Timm Bäder <mail baedert org>
Date: Thu Jul 14 13:06:21 2016 +0200
oauth-proxy-call: Remove an unnecessary cast
rest/oauth-proxy-call.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c
index fc35bd4..c90c69d 100644
--- a/rest/oauth-proxy-call.c
+++ b/rest/oauth-proxy-call.c
@@ -131,7 +131,7 @@ sign_hmac (OAuthProxy *proxy, RestProxyCall *call, GHashTable *oauth_params)
url_str = rest_proxy_call_get_url (call);
text = g_string_new (NULL);
- g_string_append (text, rest_proxy_call_get_method (REST_PROXY_CALL (call)));
+ g_string_append (text, rest_proxy_call_get_method (call));
g_string_append_c (text, '&');
if (priv->oauth_echo) {
g_string_append_uri_escaped (text, priv->service_url, NULL, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]