From fd6afacf70587de329d9b2647b96469bae5e74da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 16:36:35 -0600 Subject: Fix linear alphabet string errors --- mpg123_artsplugin/mpg123/httpget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpg123_artsplugin') diff --git a/mpg123_artsplugin/mpg123/httpget.c b/mpg123_artsplugin/mpg123/httpget.c index 12c6941f..71750115 100644 --- a/mpg123_artsplugin/mpg123/httpget.c +++ b/mpg123_artsplugin/mpg123/httpget.c @@ -83,7 +83,7 @@ void readstring (char *string, int maxlen, FILE *f) void encode64 (char *source,char *destination) { static char *Base64Digits = - "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; int n = 0; int ssiz=strlen(source); int i; -- cgit v1.2.3