Fixed broken string
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
e9a42139ef
commit
b65e280030
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ int main(int argc, char* argv[]){
|
|||
instance_id);
|
||||
|
||||
printf("Only saving bas64 encoded files: %s\n",
|
||||
only_base64 ? "true":false);
|
||||
only_base64 ? "true":"false");
|
||||
|
||||
|
||||
printf("Placing files into [%s] linked by [%s]\n", directory,
|
||||
|
|
Loading…
Reference in a new issue