[gaim-migrate @ 5471]

Fri, 11 Apr 2003 07:17:44 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 11 Apr 2003 07:17:44 +0000
changeset 5108
cb14d26f6d7d
parent 5107
3f0913c75b0a
child 5109
2dccb0867a8b

[gaim-migrate @ 5471]
This is a patch from kelnos that fixes the storing of passwords with spaces
in them in the ~/.gaimrc file. I know it sounds like that sentece is poorly
worded, but that's only because it is.

Thanks a bunch Kelnos!

src/gaimrc.c file | annotate | diff | comparison | revisions
--- a/src/gaimrc.c	Fri Apr 11 07:07:05 2003 +0000
+++ b/src/gaimrc.c	Fri Apr 11 07:17:44 2003 +0000
@@ -241,6 +241,7 @@
 		case '}':
 		case '\\':
 		case '"':
+		case ' ':
 			woo[cnt++] = '\\';
 			/* Fall through */
 		default:

mercurial