]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use MIN() instead of MAX() as the previous syntax was wrote in a weird and
authoraraujo <araujo@FreeBSD.org>
Tue, 26 Apr 2016 00:29:00 +0000 (00:29 +0000)
committeraraujo <araujo@FreeBSD.org>
Tue, 26 Apr 2016 00:29:00 +0000 (00:29 +0000)
commitd814d9ecdead94fe209a5a59206fe6b17f920fcb
tree7df6a254f13cacd2a2ca8c207b716840b466accc
parentcfc8d71705a2499a34996e43b96515100f4cd292
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.
usr.bin/stat/stat.c