-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for message-tags #337
Conversation
a23b060
to
fa27329
Compare
Not doing anything with it yet, though.
fa27329
to
e7bfa15
Compare
Sorry for replying so late, I will review it ASAP. |
I think we should check the boundary of |
Use |
How? The loop needs to look for both |
See also: https://www.tutorialspoint.com/c_standard_library/c_function_strtok.htm |
Oh, good point. What if I add this at the beginning of the loop instead?
As |
But it can't be all of them at the same time; so I would need to call strtok twice and discard the largest result, this seems wasteful |
It is okay and would be better if you print a related error message using `ERR_FR.
When escaping chars, ptrs are incremented twice? |
Yes, so there are 2 ways:
|
Sure
|
Ahhh, yes, my fault. |
Done! |
Sorry for delay again, I am quite busy with both my life and work. I will test the function of this PR weekend, then evently it can be merged. |
Not doing anything with it yet, though.
If that's fine with you, I have another PR ready, to use server-time