Commit 60fda04e639c3cf5e941e1373e5be0e9d730e5a3

Authored by Perry Werneck
1 parent ad49222c
Exists in master and in 1 other branch develop

Atualizando tradução pt_br, corrigindo segfault na versão windows.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -310,7 +310,7 @@ @@ -310,7 +310,7 @@
310 310
311 if(!error) 311 if(!error)
312 { 312 {
313 - for(i=0;i < N_ELEMENTS(text);i++) 313 + for(i=0;i < G_N_ELEMENTS(text);i++)
314 { 314 {
315 if(!g_ascii_strcasecmp(str,text[i])) 315 if(!g_ascii_strcasecmp(str,text[i]))
316 return (lib3270_remap_scope) i; 316 return (lib3270_remap_scope) i;