first serious bug founs and killed
This commit is contained in:
parent
60409a050c
commit
5b72d3989e
@ -48,6 +48,7 @@ mot_clef commandes[] =
|
|||||||
{ "tag7", TAG7SEG0, "si", "fname.tga nnn" },
|
{ "tag7", TAG7SEG0, "si", "fname.tga nnn" },
|
||||||
{ "environ", ENVIRON, "", "" },
|
{ "environ", ENVIRON, "", "" },
|
||||||
{ "mk_rgb", MK_RGB, "siiiii", "fname w h r g b" },
|
{ "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)
|
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]);
|
fprintf(stderr, "usage:\n\t%s action f.tga [params]\n", argv[0]);
|
||||||
liste_mots_clefs(commandes, 42);
|
liste_mots_clefs(commandes, 42);
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user