Changeset 2049
- Timestamp:
- 03/08/08 10:33:49 (6 months ago)
- Files:
-
- swish-e/trunk/perl/README (modified) (1 diff)
- swish-e/trunk/src/file.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/trunk/perl/README
r1551 r2049 34 34 2) Build the module in the normal way 35 35 36 perl Makefile.PL 37 make 38 make test 36 $ perl Makefile.PL 37 $ make 38 $ make test 39 40 Then install, this may need to be done as the root user 41 42 $ sudo make install 43 39 44 40 45 Makefile.PL requires the "swish-config" program which is created when installing swish-e/trunk/src/file.c
r1799 r2049 280 280 281 281 /* JFP - substitute null chars, VFC record may have null char in reclen word, try to discard them */ 282 if ( is_text && strlen( (char *)buffer ) < bytes_read )282 if ( !fprop->index_no_content && is_text && strlen( (char *)buffer ) < bytes_read ) 283 283 { 284 284 int i;
