This commit is contained in:
geos_one
2008-01-26 16:12:17 +00:00
parent 2cec9bc3ef
commit cbc29d6894
57 changed files with 1675 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
--- src/FlaimProvider/FlaimWrapper/CSPStore.cpp 2006-08-02 01:11:34.000000000 -0600
+++ src/FlaimProvider/FlaimWrapper/CSPStore.cpp.new 2006-09-21 00:54:49.000000000 -0600
@@ -1037,7 +1037,7 @@
if (caseSensitive)
{
- rc = FlmCursorSetMode(cursor, FLM_COMP_WILD);
+ rc = FlmCursorSetMode(cursor, FLM_WILD_TAG);
}
rc = FlmCursorAddField(cursor, fieldId, 0);
if (RC_OK(rc))