diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-19 08:48:31 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-19 08:48:31 +0000 |
commit | a3d1841d860af817e87510d9873de40c40ac449c (patch) | |
tree | eae1b5db94c2756f2c20c88107c7891a5e8f30f9 /usr.bin | |
parent | 5675e586c7a4e7b7e25bc86ebf2642ec31fc5cf5 (diff) |
style;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/entries.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/entries.c b/usr.bin/cvs/entries.c index b139b80b16d..c0270e0c119 100644 --- a/usr.bin/cvs/entries.c +++ b/usr.bin/cvs/entries.c @@ -1,4 +1,4 @@ -/* $OpenBSD: entries.c,v 1.45 2005/08/16 16:34:19 xsa Exp $ */ +/* $OpenBSD: entries.c,v 1.46 2005/08/19 08:48:30 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -151,7 +151,7 @@ cvs_ent_open(const char *dir, int flags) (void)fclose(fp); - if (exists) + if (exists == 1) ep->cef_flags |= CVS_ENTF_SYNC; return (ep); |