Fix comment describing BerElement.ber_usertag

This commit is contained in:
Hallvard Furuseth 2009-10-21 11:41:44 +00:00
parent 47617b033c
commit 7e107de4d9

View file

@ -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.