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: Mon Mar 20 2006 - 20:50:16 CST


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2006/03/20 19:50:15

Modified files:
        usr.bin/rcs : rcsprog.c

Log message:
Instead of duplicating rcs_suffixes and running strsep on it again,
just use the previous suffixes. Since all slashes were replaced
with NULs, reading `suffixes' will give the first extension.

OK xsa