first serious bug founs and killed

This commit is contained in:
tth 2022-06-28 17:31:59 +02:00
parent 60409a050c
commit 5b72d3989e
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ mot_clef commandes[] =
{ "tag7", TAG7SEG0, "si", "fname.tga nnn" },
{ "environ", ENVIRON, "", "" },
{ "mk_rgb", MK_RGB, "siiiii", "fname w h r g b" },
{ NULL, 0, NULL, NULL }
};
/*::------------------------------------------------------------------::*/
@ -295,7 +296,7 @@ fprintf(stderr, "set new seed -> %d\n", foo);
if (1 == argc)
{
fprintf(stderr, "* tga_tools v 0.1.31 (%s) *\n", __DATE__);
fprintf(stderr, "* tga_tools v 0.1.32 (%s) *\n", __DATE__);
fprintf(stderr, "usage:\n\t%s action f.tga [params]\n", argv[0]);
liste_mots_clefs(commandes, 42);
exit(0);