Fix conditional expression: previously a bitvector would be operated
on by a logical not. Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
1acb71e699
commit
fbe37851ff
@ -530,7 +530,7 @@ lister_dorcsdead(struct lister *l, struct coll *coll, struct statusrec *sr)
|
|||||||
return (0);
|
return (0);
|
||||||
config = l->config;
|
config = l->config;
|
||||||
wr = l->wr;
|
wr = l->wr;
|
||||||
if (!coll->co_options & CO_TRUSTSTATUSFILE) {
|
if (!(coll->co_options & CO_TRUSTSTATUSFILE)) {
|
||||||
path = cvspath(coll->co_prefix, sr->sr_file, 1);
|
path = cvspath(coll->co_prefix, sr->sr_file, 1);
|
||||||
if (path == NULL) {
|
if (path == NULL) {
|
||||||
spath = coll_statuspath(coll);
|
spath = coll_statuspath(coll);
|
||||||
|
Loading…
Reference in New Issue
Block a user