cmVectOpsTemplateCode.h : Changed cmVOx_Filter() to return a pointer to the output buffer.
This commit is contained in:
parent
02f9bceaac
commit
08e4aa7c51
@ -2170,7 +2170,7 @@ VECT_OP_TYPE* VECT_OP_FUNC(Filter)(
|
||||
if( yn > xn )
|
||||
VECT_OP_FUNC(Fill)(y+i,yn-i,0);
|
||||
|
||||
return cmOkRC;
|
||||
return y;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user