Skip to content

Commit ec2acae

Browse files
committed
fix chg to add op
1 parent 5bb35a9 commit ec2acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/BibEntryAddOp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
remain.dup.f <- setdiff(fields.to.check, c('bibtype', 'key'))
8484

85-
if (length(remain.dup.f) && length(dup.ind <- possible.dup)){
85+
if (length(dup.ind <- possible.dup) && length(remain.dup.f)){
8686
dup.ind <- vapply(unclass(e2[possible.dup]),
8787
function(x, y, flds){
8888
x <- x[flds]

0 commit comments

Comments
 (0)