From 94eaa918fc76dc3e2a472e1530706d5dd8d1ac5c Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 10 Feb 2024 07:38:40 -0500 Subject: formats/fs_fat.cpp: Various fixes - Get the volume label from the root directory, rather than from the extended BPB (which is less reliable) - Ignore long file name entries for now * floptool: Add new line to error message report --- src/tools/floptool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/floptool.cpp') diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index ba573e0a0cd..f07713eef53 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -725,7 +725,7 @@ int CLIB_DECL main(int argc, char *argv[]) return 1; } } catch(const std::exception &err) { - fprintf(stderr, "Error: %s", err.what()); + fprintf(stderr, "Error: %s\n", err.what()); return 1; } } -- cgit v1.2.3-70-g09d2