roxen.lists.pike.general

Subject Author Date
Pike 7.8.300 beta Henrik Grubbström (Lysator) @ <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 15-06-2009
>Um, isn't [..<datapos+len] supposed to be the same as
>[..datapos+len-1]?  And why was < just removed in the debug printouts,

No, X[..<datapos+len] is X[..sizeof(X)-(datapos+len+1)].

>without subtracting the one?

That's probably a miss.