Searched hist:50071 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/usr.sbin/cdcontrol/
H A Dcdcontrol.cdiff 50071 Fri Aug 20 01:24:35 MDT 1999 mdodd What the heck was I thinking? Nobody else saw this? Sheesh.

(num > MAX) ? MAX : num

rather than

(MAX > num) ? MAX : num

Also, make things a little easier to read while I'm here.
/freebsd-10.2-release/usr.sbin/lpr/lpc/
H A Dlpc.cdiff 50071 Fri Aug 20 01:24:35 MDT 1999 mdodd What the heck was I thinking? Nobody else saw this? Sheesh.

(num > MAX) ? MAX : num

rather than

(MAX > num) ? MAX : num

Also, make things a little easier to read while I'm here.

Completed in 219 milliseconds