adding the copy_data funcs

This commit is contained in:
2019-12-27 12:25:33 +01:00
parent 746e8d12f6
commit feb39d05fe
5 changed files with 79 additions and 9 deletions

View File

@@ -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));