src/speedit.cpp:283]: (warning) Size of pointer 'tmp' used instead of size of its data.
Source code is
if((tmp=(unsigned char *)malloc(3*w*h*sizeof(unsigned char *))) == NULL) {
but
unsigned char tmp, pic, dat=tex[n].data;
Log in to post a comment.