changeset 22:73beea4dbaa1

tweaked regp[PSEUDO]
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 05 May 2008 15:15:48 +0900
parents 38fe566b5ee1
children 06d9aae275c5
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Sun May 04 19:46:02 2008 +0900
+++ b/pidgin-twitter.c	Mon May 05 15:15:48 2008 +0900
@@ -413,7 +413,7 @@
         G_REGEX_RAW, 0, NULL);
 
     regp[PSEUDO]    = g_regex_new(
-        "^(?:\\s*[\"#$\%&\'()*+,-./:;<=>\?\[\\]_`{|}~]*[^\\s\\x21-\\x7E]*)([dDfFgGlLmMnNtTwW]{1})(?:\\Z|\\s+|[^\\x21-\\x7E]+\\Z)",
+        "^(?:\\s*[\"#$\%&\'()*+,-./:;<=>\?\\[\\]\\_`{|}~]*[^\\s\\x21-\\x7E]*)([dDfFgGlLmMnNtTwW]{1})(?:\\Z|\\s+|[^\\x21-\\x7E]+\\Z)",
         G_REGEX_RAW, 0, NULL);
 }