Replies: 1 comment 1 reply
-
That's pretty annoying and I reckon that warning has outlived its usefulness. I've removed the warning in the beta. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically I'm doing something like this, but getting a warning:
It's coming from substitute.c, there are two checks, I added some debug output and the
root == NULL
one fired here.I guess it makes sense to complain if you just type this:
But my actual code is a bunch of
#if
statements that decide whether to substitute URL-like strings with clickable links, so it is triggered by%0
containing the offending character: (thus hard to work around, unless I'm doing something wrong here?)I'm running
2.02.12b
, looks like this warning was added in2.02.04
.Beta Was this translation helpful? Give feedback.
All reactions