Commit 08d2a32d authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

update Lyra to v1.6.1

parent 39bf2a4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ int main(int argc, char * argv[])

	// check that the arguments where valid
	if (!result) {
		std::cerr << "Error in command line: " << result.errorMessage() << std::endl;
		std::cerr << "Error in command line: " << result.message() << std::endl;
		std::cerr << cli << std::endl;
		return EXIT_FAILURE;
	}
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ int main(int argc, char* argv[])

	// check that the arguments where valid
	if (!result) {
		std::cerr << "Error in command line: " << result.errorMessage() << std::endl;
		std::cerr << "Error in command line: " << result.message() << std::endl;
		std::cerr << cli << std::endl;
		return EXIT_FAILURE;
	}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ int main(int argc, char* argv[])

	// check that the arguments where valid
	if (!result) {
		std::cerr << "Error in command line: " << result.errorMessage() << std::endl;
		std::cerr << "Error in command line: " << result.message() << std::endl;
		std::cerr << cli << std::endl;
		return EXIT_FAILURE;
	}
Compare cb731a5e to ee3c076f
Original line number Diff line number Diff line
Subproject commit cb731a5e8613a454d4e526cdd740fe945a4e2396
Subproject commit ee3c076fa6b9d64c9d249a21f5b9b5a8dae92cd8
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ int main(int argc, char * argv[])

	// check that the arguments where valid
	if (!result) {
		std::cerr << "Error in command line: " << result.errorMessage() << std::endl;
		std::cerr << "Error in command line: " << result.message() << std::endl;
		std::cerr << cli << std::endl;
		return EXIT_FAILURE;
	}