diff options
Diffstat (limited to 'net/gnoemoe/files/patch-src-support.c')
-rw-r--r-- | net/gnoemoe/files/patch-src-support.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/gnoemoe/files/patch-src-support.c b/net/gnoemoe/files/patch-src-support.c deleted file mode 100644 index 8fe2aab2f7e7..000000000000 --- a/net/gnoemoe/files/patch-src-support.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/support.c.orig Mon Dec 13 14:03:44 2004 -+++ src/support.c Fri Jan 14 15:50:26 2005 -@@ -194,11 +194,11 @@ - ret = regexec(&url_regexp, (char *)(tmp + offset), 1, matches, 0); - - if (ret == 0) { -+ gint s; - if (matches[0].rm_so > matches[0].rm_eo) { - break; - } - -- gint s; - num_matches++; - - s = matches[0].rm_so + offset; |