fixed small bugs
This commit is contained in:
@@ -84,7 +84,7 @@ Result(void) ClientCLI_run(ClientCLI* self) {
|
||||
if(com_result.error){
|
||||
Error_addCallPos(com_result.error, ErrorCallPos_here());
|
||||
str e_str = Error_toStr(com_result.error);
|
||||
printf(FMT_str"\n", e_str.size, e_str.data);
|
||||
printf("\n"FMT_str"\n", e_str.size, e_str.data);
|
||||
str_free(e_str);
|
||||
Error_free(com_result.error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user