OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ray Lai (raycvs.openbsd.org)
Date: Wed Feb 25 2009 - 17:16:20 CST


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2009/02/25 16:16:20

Modified files:
        usr.bin/rcs : ci.c co.c diff3.c rcs.c

Log message:
Checking if a file is ASCII should only be done when diffing, because
the non-ASCII characters could be printed to the screen. For
checking in files, checking out files, merging files, and removing
revisions of files, we do so regardless of whether the files are
ASCII or binary.

Fixes PR6031.

OK joris and deraadt.