mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
Fixes typo in LaunchAPPL client.
This commit is contained in:
parent
c8d627cdc4
commit
ca57b0cb67
@ -70,7 +70,7 @@ bool StreamBasedLauncher::Go(int timeout)
|
|||||||
|
|
||||||
while(!rStream->allDataArrived())
|
while(!rStream->allDataArrived())
|
||||||
stream->wait();
|
stream->wait();
|
||||||
std::cerr << "Running Appliation..." << std::endl;
|
std::cerr << "Running Application..." << std::endl;
|
||||||
read(&tmp, 4);
|
read(&tmp, 4);
|
||||||
uint32_t result = ntohl(tmp);
|
uint32_t result = ntohl(tmp);
|
||||||
std::cerr << "Finished (result = " << result << ")." << std::endl;
|
std::cerr << "Finished (result = " << result << ")." << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user