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