Skip to content
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

small API fix: #108

Merged
merged 1 commit into from
Mar 24, 2021
Merged

small API fix: #108

merged 1 commit into from
Mar 24, 2021

Commits on Mar 24, 2021

  1. small API fix:

    + the sink::Reset() was not resetting pos_
    + we were not calling sink->Reset() at the beginning of the Encode() call.
      This is convenient in the event one would want to re-use the same Sink object
      over multiple Encode() calls.
    
    Change-Id: I983f0ac17bd50aabd6eb3a1e9de1aae65664b739
    Skal committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dea9a07 View commit details
    Browse the repository at this point in the history