=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.80 retrieving revision 1.81 diff -c -r1.80 -r1.81 *** src/usr.bin/cvs/file.c 2005/05/25 09:42:12 1.80 --- src/usr.bin/cvs/file.c 2005/05/28 01:34:28 1.81 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.80 2005/05/25 09:42:12 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.81 2005/05/28 01:34:28 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 621,627 **** DIR *dirp; CVSENTRIES *entfile; ! check_entry = ndirs = nfiles = 0; SIMPLEQ_INIT(&dirs); cvs_file_getpath(cf, fpath, sizeof(fpath)); --- 621,628 ---- DIR *dirp; CVSENTRIES *entfile; ! check_entry = 1; ! ndirs = nfiles = 0; SIMPLEQ_INIT(&dirs); cvs_file_getpath(cf, fpath, sizeof(fpath));