changeset 1706:e6671b80a1f2

[gaim-migrate @ 1716] don't include " in url committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 12 Apr 2001 23:52:58 +0000
parents b4d454e5ee31
children 5417bf0c8e28
files src/util.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Thu Apr 12 23:08:37 2001 +0000
+++ b/src/util.c	Thu Apr 12 23:52:58 2001 +0000
@@ -63,6 +63,7 @@
 	case '\n':
 	case '<':
 	case '>':
+	case '"':
 		return 1;
 	default:
 		return 0;