From 64c23b15059649aeee6d08c7940d0ff1b56512b5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 05:12:57 +0100 Subject: feat: New `InitializerList` class, and `LHGetLaunchInfo` implementation on `LaunchHelpers.fwrk`. fix: Fix operator!= in the `Atom` class. Signed-off-by: Amlal El Mahrouss --- tools/mkfs.hefs.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/mkfs.hefs.cc') diff --git a/tools/mkfs.hefs.cc b/tools/mkfs.hefs.cc index 4be6ed04..f4cf77ea 100644 --- a/tools/mkfs.hefs.cc +++ b/tools/mkfs.hefs.cc @@ -32,7 +32,7 @@ int main(int argc, char** argv) { std::string args = mkfs::detail::build_args(argc, argv); auto output_path = mkfs::get_option(args, "o"); - + if (output_path.empty()) { mkfs::console_out() << "hefs: error: Missing -o argument.\n"; return EXIT_FAILURE; @@ -199,7 +199,6 @@ int main(int argc, char** argv) { return EXIT_FAILURE; } - output_device.put(0); output_device.flush(); -- cgit v1.2.3