# HG changeset patch # User Mark Doliner # Date 1050045464 0 # Node ID 0a34e69c15758c106d81e8dd86d16f891552dd02 # Parent b99910bfedd2a4f6ad171c67f83ab70ff33a19db [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! committer: Tailor Script diff -r b99910bfedd2 -r 0a34e69c1575 src/gaimrc.c --- 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: