patch-i65512

Stephen Montgomery-Smith stephen at math.missouri.edu
Mon Aug 7 17:24:32 UTC 2006


Close to the end of patch-i65512, the line

++      (defined(__FreeBSD__) && __FreeBSD_version > 601103)

needs to be

++      (defined(__FreeBSD__) && __FreeBSD_version >= 601103)

that is replace '>' with '>='.


More information about the freebsd-openoffice mailing list