changeset 5108:0a34e69c1575

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 11 Apr 2003 07:17:44 +0000
parents b99910bfedd2
children 145587c11207
files src/gaimrc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: