Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Dec 12, 2022
1 parent 0af5e97 commit f1a3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdbApp/pvif.h
Expand Up @@ -255,7 +255,7 @@ struct LocalFL
:pfl(pfl)
,ours(false)
{
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->pre_chain)==0)) {
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->pre_chain)!=0)) {
pfl = db_create_read_log(pchan);
if(pfl) {
ours = true;
Expand Down

0 comments on commit f1a3db4

Please sign in to comment.