Fixed ftp saving

pull/124/head
parent b2d78fa278
commit 9108060d28

@ -47,7 +47,7 @@ void on_ftp_accept(GtkWidget *, ftp_window *window){
yon_char_return_if_exist(port,""),
yon_char_return_if_exist(user,""),
NULL);
char *parameter_string = yon_char_parsed_to_string(parameters,size,":");
char *parameter_string = yon_char_parsed_to_string_full(parameters,size,":");
char *parameter_name = REPOPUBLIC_FTP(id_string);
char *parameter_command = REPOPUBLIC_FTP_command(id_string);

Loading…
Cancel
Save