forked from tTh/FloatImg
explicit error message
This commit is contained in:
parent
f08f860daa
commit
23908cb746
|
@ -324,6 +324,8 @@ if (offset<0 || offset>=pimg->width) {
|
|||
return -66;
|
||||
}
|
||||
|
||||
fprintf(stderr, "ERROR: %s not implemented\n", __func__);
|
||||
|
||||
return -1;
|
||||
}
|
||||
/* -------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue