/soc/2015/nakulgulati/main: 19b65405e094: hangouts: auth.c minor...

[email protected]
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 19b65405e094de85186d28dc6a779c49db957858
Author:	 Nakul Gulati
Date:	 2015-07-20 03:54 +0800
Branch:	 hangouts
URL: https://hg.pidgin.im/soc/2015/nakulgulati/main/rev/19b65405e094

Description:

hangouts: auth.c minor error fix

diffstat:

 libpurple/protocols/hangouts/auth.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/hangouts/auth.c b/libpurple/protocols/hangouts/auth.c
--- a/libpurple/protocols/hangouts/auth.c
+++ b/libpurple/protocols/hangouts/auth.c
@@ -58,7 +58,7 @@ typedef struct
 gchar *
 hangouts_auth_get_authorization_header(gchar *access_token)
 {
-	gchar *header = g_print("Bearer %s",access_token);
+	gchar *header = g_strdup_printf("Bearer %s",access_token);
 	return header;
 }
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.