=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcs.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/rcs/rcs.c 2006/08/23 11:49:49 1.32 +++ src/usr.bin/rcs/rcs.c 2006/09/21 15:30:07 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.32 2006/08/23 11:49:49 millert Exp $ */ +/* $OpenBSD: rcs.c,v 1.33 2006/09/21 15:30:07 millert Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -1401,7 +1401,7 @@ rcs_buf_free(prevbuf); diff_format = D_RCSDIFF; - if (rcs_diffreg(path_tmp1, path_tmp2, newdiff) == D_ERROR) + if (rcs_diffreg(path_tmp1, path_tmp2, newdiff, 0) == D_ERROR) errx(1, "rcs_diffreg failed"); newdeltatext = newdiff;