CVSROOT: /cvs Module name: src Changes by: bcal...@cvs.openbsd.org 2014/06/12 10:29:41
Modified files: usr.bin/mg : buffer.c Log message: Remove a comparison that is always true. Reported by clang. Merge the new if into a single line, requested by florian@ ok matthew@ florian@