Commit 0f54a076aaaf966d0dcf8ba201d13db26925950f

Authored by Perry Werneck
1 parent efbab2e8
Exists in master

Corrigindo erro de cut&paste

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pw3270-sharp/pw3270-sharp.cs
... ... @@ -453,7 +453,7 @@ namespace pw3270 {
453 453  
454 454 public string Url {
455 455 set {
456   - tn3270_set_charset(hSession,value);
  456 + tn3270_set_url(hSession,value);
457 457 }
458 458 get {
459 459 StringBuilder str = new StringBuilder(1025);
... ...