Redundant line.
authorjbj <devnull@localhost>
Sat, 3 Jul 1999 17:59:28 +0000 (17:59 +0000)
committerjbj <devnull@localhost>
Sat, 3 Jul 1999 17:59:28 +0000 (17:59 +0000)
CVS patchset: 3123
CVS date: 1999/07/03 17:59:28

lib/dbindex.c

index 3d59100..0f590b6 100644 (file)
@@ -81,7 +81,6 @@ int dbiSearchIndex(dbiIndex * dbi, const char * str, dbiIndexSet * set) {
        return 1;
     } 
 
-    set->recs = data.data;
     set->recs = malloc(data.size);
     memcpy(set->recs, data.data, data.size);
     set->count = data.size / sizeof(dbiIndexRecord);