
2 Aug
2004
2 Aug
'04
1:27 a.m.
Oops, a small (yet not very harmful) bug in the tls_prepare loop: I forgot to write the end marker. while (pfbegin < pfend) { if (*pfbegin != 0) { *pfdst = *pfbegin; ++pfdst; } ++pfbegin; } *pfdst = 0; /* write the end marker of course! */ Roland