15.03.2025 18:50, Michael Tokarev пишет:
There's an interesting twist in vstring_vstream.c, when two typos, each of which makes the code wrong, compensate for each other, making the result right, but the code being confusing:(VSTRING_LEN(vp) > (base_len) ? vstring_end(vp)[-1] : VSTREAM_EOF)
Here, the first line of the macro definition is missing: #define VSTRING_GET_RESULT(vp, baselen) \ (VSTRING_LEN(vp) > (base_len) ? vstring_end(vp)[-1] : VSTREAM_EOF) It looks like there's no way to enter a line starting with comment char (#) into git commit message. /mjt _______________________________________________ Postfix-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
