Skip to content
Snippets Groups Projects
Commit bd790cf7 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix comment describing BerElement.ber_usertag

parent 6cb62902
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ struct berelement {
* ber_sos_ptr NULL or write cursor for incomplete sequence or set.
* ber_sos_inner offset(seq/set length octets) if ber_sos_ptr!=NULL.
* ber_tag Default tag for next ber_printf() element.
* ber_usertag True after a ber_printf format char set ber_tag.
* ber_usertag Boolean set by ber_printf "!" if it sets ber_tag.
* ber_len Reused for ber_sos_inner.
* When output to a Sockbuf:
* ber_ptr End of encoded data to write.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment