CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/02/20 08:29:37
Modified files: usr.bin/file : magic-test.c Log message: Fix the C type used for 32-bit float/lefloat/befloat, it should be float not double (they are not used in any magic files anyway at the moment though). Spotted by and ok jsg.