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

Remove useless assignment.

parent 80f109df
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,6 @@ int b64_decode(char *target, size_t tlen, const char *source, size_t slen)
return(-1);
}
if(*i=='=') { /* pad char */
i=(char *)base64alphabet;
if(working&0xFF != 0)
return(-1);
break;
......
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