[pan2/testing: 12/279] fixes
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2/testing: 12/279] fixes
- Date: Sat, 3 Dec 2011 22:26:33 +0000 (UTC)
commit cb7f8621b3b3f2114cea39303a421420e6b140a8
Author: K. Haley <haleykd users sf net>
Date: Wed Feb 23 14:48:36 2011 -0700
fixes
pan/usenet-utils/text-massager.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/usenet-utils/text-massager.cc b/pan/usenet-utils/text-massager.cc
index 4a85944..56fe1f9 100644
--- a/pan/usenet-utils/text-massager.cc
+++ b/pan/usenet-utils/text-massager.cc
@@ -483,7 +483,7 @@ pan :: subject_to_path (const char * subjectline, const std::string &seperator)
GRegex *fn =g_regex_new("\"[^\"]+?\" yEnc.*" "|"
"\\S++\\s++yEnc.*" "|"
"\"[^\"]+?\\.\\w{2,}\"" "|"
- "\\S+\\.\\w{3,4}", cf0, mf0, NULL);
+ "\\S+\\.\\w{2,4}", cf0, mf0, NULL);
str1 = g_regex_replace_literal(fn, str2, -1, 0, "", mf0, NULL);
g_free(str2);
g_regex_unref(fn);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]