forked from tTh/FloatImg
aie...
This commit is contained in:
parent
69cb36b84c
commit
f67cd9be3e
|
@ -61,7 +61,7 @@ int single_push_picture(FloatImg *pimg)
|
||||||
{
|
{
|
||||||
int foo;
|
int foo;
|
||||||
char line[1000], buff[100];
|
char line[1000], buff[100];
|
||||||
char *extension = ".png";
|
char *extension = "png";
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg);
|
fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg);
|
||||||
|
|
Loading…
Reference in New Issue