Commit 19537083c30c2b981d530e94744d783e605332c0

Authored by perry.werneck@gmail.com
1 parent 1900a4d5

Mudando valor default do campo recfm para variable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pw3270/filetransfer.c
@@ -100,7 +100,7 @@ static LIB3270_FT_OPTION get_options_from_config(const gchar *group) @@ -100,7 +100,7 @@ static LIB3270_FT_OPTION get_options_from_config(const gchar *group)
100 g_free(ptr); 100 g_free(ptr);
101 101
102 // Get allocation units 102 // Get allocation units
103 - ptr = get_string_from_config(group, "recfm", "default"); 103 + ptr = get_string_from_config(group, "recfm", "variable");
104 for(f=0;f<G_N_ELEMENTS(recfm);f++) 104 for(f=0;f<G_N_ELEMENTS(recfm);f++)
105 { 105 {
106 if(!g_ascii_strcasecmp(ptr,recfm[f].name)) 106 if(!g_ascii_strcasecmp(ptr,recfm[f].name))