|
|
|
@ -144,7 +144,7 @@ config_str yon_loaded_config_convert_to_save_command(struct loaded_config *targe
|
|
|
|
free(current->data);
|
|
|
|
free(current->data);
|
|
|
|
current->data = temp;
|
|
|
|
current->data = temp;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
char *parameters = yon_char_unite(current->key,"=",(char*)current->data,NULL);
|
|
|
|
char *parameters = yon_char_unite(current->key,"=\'",(char*)current->data,"\'",NULL);
|
|
|
|
yon_dictionary_add_or_create_if_exists_with_data(sections,current->section,parameters);
|
|
|
|
yon_dictionary_add_or_create_if_exists_with_data(sections,current->section,parameters);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|