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

base64: fix assignment to wrong type #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 14, 2017

  1. base64: fix assignment to wrong type, use ssize_t

    Functions that returned int have been modified to return ssize_t
    instead.
    
    Found by gcc:
    
    base64.c:196:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      if (more == -1) {
               ^
    
    Signed-off-by: Martin Milata <[email protected]>
    mmilata committed May 14, 2017
    Configuration menu
    Copy the full SHA
    2cbb3a3 View commit details
    Browse the repository at this point in the history