From: Robin Krens Date: Wed, 15 Jun 2022 14:58:35 +0000 (+0200) Subject: tools: bmp2tiles clearer error message X-Git-Url: https://robinkrens.nl/gitweb/?p=swan-dev;a=commitdiff_plain;h=HEAD tools: bmp2tiles clearer error message --- diff --git a/tools/bmp2tiles/bmp2tiles.c b/tools/bmp2tiles/bmp2tiles.c index 61ce69c..b919fe9 100644 --- a/tools/bmp2tiles/bmp2tiles.c +++ b/tools/bmp2tiles/bmp2tiles.c @@ -201,7 +201,7 @@ int main(int argc, char *argv[]) ret += create_dir("pal/"); if (ret) { - fprintf(stderr, "error: can not create output location\n"); + fprintf(stderr, "error: can not create output gfx/ or pal/ location\n"); goto cleanup; }