Commit 0ed122d4ca6061a79da38c8aa9e2290a5510204b

Authored by Perry Werneck
1 parent 3dff46b8

Corrigindo método para carga da tela completa.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/libpw3270cpp/session.cc
... ... @@ -694,7 +694,7 @@
694 694  
695 695 for(int r = 0; r < rows; r++)
696 696 {
697   - rc += get_string_at(r+1,0,cols).c_str();
  697 + rc += get_string_at(r+1,1,cols).c_str();
698 698 rc += "\n";
699 699 }
700 700  
... ...