Skip to content

Commit

Permalink
b64_ntop should return ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Lebel committed Oct 8, 2014
1 parent fad459f commit 3a4d920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bson/b64_ntop.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static const char Pad64 = '=';
* characters followed by one "=" padding character.
*/

static int
static ssize_t
b64_ntop (uint8_t const *src,
size_t srclength,
char *target,
Expand Down

0 comments on commit 3a4d920

Please sign in to comment.