Show
Ignore:
Timestamp:
09/26/08 23:59:57 (3 months ago)
Author:
karpet
Message:

some versions of html parser were passing through extra whitespace.
seems to be a specific libxml2 issue. in any case, added a new
whitespace check in both add to buf methods and perl bindings
(the latter where t/20-metanames.t was failing due to extra whitespace)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/bindings/perl/XS/Property.xs

    r2176 r2178  
    9595        if (SWISH_DEBUG & SWISH_DEBUG_MEMORY) { 
    9696            warn("DESTROYing swish_Property object %s  [0x%x] [ref_cnt = %d]",  
    97                 SvPV(ST(0), PL_na), (int)self, self->ref_cnt); 
     97                SvPV(ST(0), PL_na), (long int)self, self->ref_cnt); 
    9898        } 
    9999