libpurple/protocols/gg/oauth/oauth-parameter.c

changeset 34232
a5517f235e0f
parent 33349
d4a017428f4d
child 38931
41b4c8bf1d52
--- a/libpurple/protocols/gg/oauth/oauth-parameter.c	Wed Jul 03 20:22:20 2013 +0200
+++ b/libpurple/protocols/gg/oauth/oauth-parameter.c	Thu Jul 04 03:02:55 2013 +0200
@@ -88,7 +88,7 @@
 	char *res, *out;
 
 	if (header)
-		len += strlen("Authorization: OAuth ");
+		len += strlen("OAuth ");
 
 	for (p = list; p; p = p->next) {
 		gchar *escaped;
@@ -114,7 +114,7 @@
 	*out = 0;
 
 	if (header) {
-		strcpy(out, "Authorization: OAuth ");
+		strcpy(out, "OAuth ");
 		out += strlen(out);
 	}
 

mercurial