+ molly-guard
This commit is contained in:
parent
bd1b329029
commit
8e9f083aa9
@ -15,7 +15,13 @@ Image_Desc *img;
|
|||||||
int foo;
|
int foo;
|
||||||
RGBA encre, papier;
|
RGBA encre, papier;
|
||||||
|
|
||||||
|
fprintf(stderr, ">>> %s ( %p %p '%s' )\n", __func__, tgasrc, tgadst, texte);
|
||||||
|
|
||||||
img = Image_TGA_alloc_load(tgasrc);
|
img = Image_TGA_alloc_load(tgasrc);
|
||||||
|
if (NULL==img) {
|
||||||
|
fprintf(stderr, "%s: can't read '%s'\n", __func__, tgasrc);
|
||||||
|
return FILE_NOT_FOUND;
|
||||||
|
}
|
||||||
|
|
||||||
foo = Image_t16x24_txtload("16x24thin", NULL, 0);
|
foo = Image_t16x24_txtload("16x24thin", NULL, 0);
|
||||||
if (foo) {
|
if (foo) {
|
||||||
@ -45,7 +51,7 @@ Image_print_error("Essai fonte 16x24", foo);
|
|||||||
|
|
||||||
foo = essai_f1("pov.tga", "/tmp/aaaa_plop.tga", "0123456789");
|
foo = essai_f1("pov.tga", "/tmp/aaaa_plop.tga", "0123456789");
|
||||||
if (foo) {
|
if (foo) {
|
||||||
fprintf(stderr, " ---> %d\n", foo);
|
fprintf(stderr, "essai f1 ---> %d\n", foo);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user