From c0898bed67631ed7da5ea586a2641ce778670cd3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 11 Jun 2022 19:15:34 +0000 Subject: a --- crop-tool/crop-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crop-tool/crop-tool.cpp b/crop-tool/crop-tool.cpp index 4dc2c3e8..8208688e 100644 --- a/crop-tool/crop-tool.cpp +++ b/crop-tool/crop-tool.cpp @@ -144,7 +144,7 @@ static bool load_directory(anim_group& group, options& opts, anim_atlas& atlas, else if (opts.nframes != max-1) { Error{Error::Flag::NoSpace} << "wrong frame count for direction '" - << group.name << "', " << max-1 + << group.name << "' -- " << max-1 << " should be " << opts.nframes; return false; } -- cgit v1.2.3