Update argtable3 and fix warnings
This commit is contained in:
@@ -177,7 +177,8 @@ unsigned char * b64t_encode(const unsigned char *src, size_t len,
|
||||
new_index ++;
|
||||
}
|
||||
}
|
||||
out[new_index] = 0;
|
||||
if(new_index)
|
||||
out[new_index] = 0;
|
||||
*out_len = new_index;
|
||||
|
||||
for (size_t i=0; i < *out_len; i++) {
|
||||
|
||||
Reference in New Issue
Block a user