Re: Bug in MIN/MAX macros causing incorrect results ( No.1 ) |
- Date: 2014/05/23 22:28
- Name: T. Ozaki
- Hi,
Thank you very much for reporting the bug. For a while, please change the part as
#define (MIN(a,b) ((a)<(b))? (a):(b))
and recompile it.
We may release a patch at a proper occasion.
Regards,
TO
|
|