Merge pull request #125 from fairfieldt/fix-launchappl-typo

Fixes typo in LaunchAPPL client.
This commit is contained in:
Wolfgang Thaller 2021-04-13 09:59:27 +02:00 committed by GitHub
commit 6dda1160ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;