Commit e77e567cf431ebb64dd044889c1c22ce7edd4179

Authored by Perry Werneck
1 parent 169203fa

Fixing IPC call.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib3270++/ipc/session.cc
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
66 debug("Running waitForReady request..."); 66 debug("Running waitForReady request...");
67 67
68 Request(*this,"waitForReady") 68 Request(*this,"waitForReady")
69 - .push(1) 69 + .push((uint32_t) 1)
70 .call() 70 .call()
71 .pop(rc); 71 .pop(rc);
72 72