Show
Ignore:
Timestamp:
09/22/08 22:57:38 (4 months ago)
Author:
karpet
Message:

all tests passing, all (known) leaks fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/bindings/perl/xs_helpers.c

    r2174 r2176  
    553553sp_perl_hash_to_xml2_hash( HV* perlhash, xmlHashTablePtr xml2hash ) 
    554554{ 
    555  // TODO 
     555    croak("TODO"); 
    556556} 
    557557 
     
    683683    str_len         = strlen((char*)buf); 
    684684    str_end         = str_start + str_len; 
    685     token_re        = ti->s3->analyzer->regex; 
    686     minwordlen      = ti->s3->analyzer->minwordlen; 
    687     maxwordlen      = ti->s3->analyzer->maxwordlen; 
     685    token_re        = ti->a->regex; 
     686    minwordlen      = ti->a->minwordlen; 
     687    maxwordlen      = ti->a->maxwordlen; 
    688688     
    689689