diff options
Diffstat (limited to 'news/pan/files/patch-pan_data_article.cc')
-rw-r--r-- | news/pan/files/patch-pan_data_article.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/news/pan/files/patch-pan_data_article.cc b/news/pan/files/patch-pan_data_article.cc deleted file mode 100644 index e050cb84cbbb..000000000000 --- a/news/pan/files/patch-pan_data_article.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- pan/data/article.cc.orig Mon Apr 23 16:21:51 2007 -+++ pan/data/article.cc Mon Apr 23 16:23:29 2007 -@@ -153,7 +153,8 @@ - - kc = &key.back(); - mc = &mid.back(); -- ke = key.str + 1 + std::max (int(b), (int)minlen - UCHAR_MAX); -+ ke = std::max (key.str + b + 1, -+ key.str + key.len - UCHAR_MAX); - while (kc>ke) - if (*kc-- != *mc--) { ++kc; break; } - const size_t e (&key.back() - kc); |