Commit 8cd46de847dd69d152efa8a740553e6ca395dba0

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

Fixing IPC call.

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