Changed position of command in output

pull/55/head
parent 9c4f39e1c8
commit 85a5c7c435
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -28,7 +28,7 @@ void _yon_saving_threaded(char *final_command){
int file_save;
config_str file_return = yon_config_load_file(file,&file_save);
fclose(file);
file_return = yon_char_parsed_append(file_return,&file_save,final_command);
file_return = yon_char_parsed_prepend(file_return,&file_save,final_command);
if (save_success_function)
{
struct save_return *data = malloc(sizeof(struct save_return));

Loading…
Cancel
Save