aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-unicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c
index a39e517f71..1a3f606732 100644
--- a/widgets/misc/e-unicode.c
+++ b/widgets/misc/e-unicode.c
@@ -104,7 +104,7 @@ e_utf8_strstrcasedecomp (const gchar *haystack, const gchar *needle)
npos++;
}
if (npos == nlen) {
- return p;
+ return o;
}
}
}
@@ -152,7 +152,7 @@ e_utf8_strstrcase (const gchar *haystack, const gchar *needle)
npos++;
}
if (npos == nlen) {
- return p;
+ return o;
}
}
o = p;
-3.24&id=6d39d6cdcb8803b534c90105ece7699a0012ed18&showmsg=1'>Expand)AuthorAgeFilesLines * Fix fetching of port as distfile was changed.vsevolod2010-02-152-3/+5 * Fix dependency issues when installing with different PREFIX and LOCALBASE.vsevolod2009-10-211-0/+4 * Update to 1.5.24.vsevolod2009-08-142-4/+4 * Add missing dependency on libpcre (do not bump revision)vsevolod2009-02-161-0/+2