=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.270 retrieving revision 1.271 diff -c -r1.270 -r1.271 *** src/usr.bin/cvs/file.c 2017/05/28 17:11:34 1.270 --- src/usr.bin/cvs/file.c 2017/05/29 17:18:56 1.271 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.270 2017/05/28 17:11:34 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.271 2017/05/29 17:18:56 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau *************** *** 675,681 **** cf->file_ent = NULL; if (cf->file_ent != NULL) { ! if (cf->file_ent->ce_tag != NULL && cvs_specified_tag == NULL) tag = cf->file_ent->ce_tag; if (cf->file_flags & FILE_ON_DISK && --- 675,681 ---- cf->file_ent = NULL; if (cf->file_ent != NULL) { ! if (cvs_specified_tag == NULL) tag = cf->file_ent->ce_tag; if (cf->file_flags & FILE_ON_DISK &&