Use MIN() instead of MAX() as the previous syntax was wrote in a weird and
confused way: "prec > 9 ? 9 : prec".
Submitted by: pfg, ngie and luke <luke.tw@gmail.com>
MFC after: 2 weeks.
Use MIN() instead of MAX() as the previous syntax was wrote in a weird and Tags None Referenced Files None Subscribers None
Description
Details
|