diff options
-rw-r--r-- | src/fit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5359,7 +5359,7 @@ int get_event(zebraFile *f, event *ev, bank *b) ev->pmt_hits[id].qhl = bpmt.phl; ev->pmt_hits[id].qhs = bpmt.phs; ev->pmt_hits[id].qlx = bpmt.plx; - //ev->pmt_hits[id].flags |= bpmt.pn & KPF_DIS; + ev->pmt_hits[id].flags |= bpmt.pf & KPF_DIS; break; case EV_RECORD: case MAST_RECORD: |