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 -- postfix-devel@postfix.org
To unsubscribe send an email to postfix-devel-le...@postfix.org

Reply via email to