Commit e2203c89ccb2dbbe662ff274ea9c0658d38e497e

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

Updating methods.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/core/get.cc
@@ -161,7 +161,7 @@ @@ -161,7 +161,7 @@
161 161
162 return get([buffer,len](TN3270::Host &host) { 162 return get([buffer,len](TN3270::Host &host) {
163 163
164 - string luname = host.getLUName(); 164 + string luname = host.getAssociatedLUName();
165 memset(buffer,' ',len); 165 memset(buffer,' ',len);
166 strncpy((char *) buffer, luname.c_str(), std::min((size_t) len,luname.size())); 166 strncpy((char *) buffer, luname.c_str(), std::min((size_t) len,luname.size()));
167 167