doc/
subfolder, the README file is autogenerated)Small logic tweak — we adjust len
by the amount of chars consumed first, then adjust the start
pointer to begin the new search.
Existing:
start = space + 1;
len = len - (space - start + 1); // this is a no-op
// as the pointer was adjusted first
https://github.com/kamailio/kamailio/pull/4230
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.