diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 19:15:34 +0000 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 19:15:34 +0000 |
| commit | c0898bed67631ed7da5ea586a2641ce778670cd3 (patch) | |
| tree | 5a1d35223eb009efb6a6b873e33cbf24ceb96363 | |
| parent | 30252482402dd835989489bcc0e5494d030b1346 (diff) | |
a
| -rw-r--r-- | crop-tool/crop-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
