Skip to content
Snippets Groups Projects
Commit ed36c383 authored by deuce's avatar deuce
Browse files

Fix warning with -O

parent a27072e9
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ char * b64_encode(char *target, const char *source, size_t tlen, size_t slen) {
char *write;
char *tend;
const char *send;
char *tmpbuf;
char *tmpbuf=NULL;
int done=0;
char enc;
int buf=0;
......
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