diff plugins/spellchk.c @ 3733:871bdebc3037

[gaim-migrate @ 3871] Yes, silvestrij, I can. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Oct 2002 22:59:53 +0000
parents 73e06ba29015
children 07a3d1fae88f
line wrap: on
line diff
--- a/plugins/spellchk.c	Thu Oct 17 22:47:23 2002 +0000
+++ b/plugins/spellchk.c	Thu Oct 17 22:59:53 2002 +0000
@@ -200,7 +200,7 @@
 }
 
 static char *have_word(char *m, int pos) {
-	char *tmp = strpbrk(&m[pos], "' \t\f\r\n\"><.?!-,");
+	char *tmp = strpbrk(&m[pos], "' \t\f\r\n\"><.?!-,/");
 	int len = (int)(tmp - &m[pos]);
 
 	if (tmp == NULL) {