freebsd-ports/net/gnoemoe/files/patch-src-support.c
Pav Lucistnik f0a3edf438 Add gnoemoe, a Gnome MOO (Mud Object Orientated) Client with support for many
easy to use features. GnoeMoe aims to be fast, easy to use and simple.

PR:		ports/76167
Submitted by:	Jesse van den Kieboom <jesse@icecrew.nl>
2005-01-14 19:13:51 +00:00

15 lines
383 B
C

--- 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;