forked from tTh/FloatImg
adding the copy_data funcs
This commit is contained in:
@@ -48,7 +48,7 @@ int datasize;
|
||||
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, filename, fimg);
|
||||
#endif
|
||||
|
||||
/* We MUSTclear the fimg destination header first */
|
||||
/* We MUST clear the fimg destination header first */
|
||||
memset(fimg, 0, sizeof(FloatImg));
|
||||
|
||||
memset(&png, 0, sizeof(png_t));
|
||||
|
||||
Reference in New Issue
Block a user