j
k
j a
j l
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.
Back to the thread
Back to the list