optimize or futurbug ?"
This commit is contained in:
parent
47dbf6ea1a
commit
169ace3d25
@ -36,7 +36,9 @@ if (fimg_images_not_compatible(psrc, pdst)) {
|
|||||||
return -8;
|
return -8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (psrc != pdst) { /* optimize or futurbug ? */
|
||||||
foo = fimg_copy_data(psrc, pdst);
|
foo = fimg_copy_data(psrc, pdst);
|
||||||
|
}
|
||||||
|
|
||||||
szimg = pdst->width * pdst->height;
|
szimg = pdst->width * pdst->height;
|
||||||
fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
|
fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
|
||||||
|
Loading…
Reference in New Issue
Block a user