fixed bug in DEBUG_LEVEL code
This commit is contained in:
parent
7eee0bd4d9
commit
288c5a57df
@ -17,7 +17,7 @@ float *M; /* alias of filter matrix */
|
||||
double dval;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p %p %p)\n", __func__, s, d, filtr);
|
||||
fprintf(stderr, ">>> %s ( %p %p %p)\n", __func__, src, dst, filtr);
|
||||
#endif
|
||||
|
||||
/* aliasing some vars for cleaner code */
|
||||
|
Loading…
Reference in New Issue
Block a user