Changeset: 8cf56d897296 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8cf56d897296
Modified Files:
monetdb5/modules/mal/pcre.c
Branch: Feb2013
Log Message:
strcasestr: spotted typo 1ms too late
diffs (12 lines):
diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -111,7 +111,7 @@ typedef struct RE {
#ifndef HAVE_STRCASESTR
static char *
-strcasestr (static char *haystack, const char *needle)
+strcasestr (const char *haystack, const char *needle)
{
char *p, *startn = 0, *np = 0;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list