Saving changes

pull/73/head
parent 448c974ff6
commit aa2b524951

@ -124,7 +124,7 @@ config_str yon_loaded_config_convert_to_save_command(struct loaded_config *targe
sections = malloc(sizeof(struct yon_temp_command_sections));
sections->data=parameters_for_current_command;
sections->first=sections;
sections->key=yon_char_new(current->section);
sections->key=yon_config_get_section_for_key(current->key);
sections->next=NULL;
sections->prev=NULL;
sections->status=0;

Loading…
Cancel
Save