diff --git a/src/processor.cc b/src/processor.cc index 129770b5b038bc78ec3296e1b59c47f178dafd24..43f247a42202abecddd842ab7120cbf6b041b8ad 100644 --- a/src/processor.cc +++ b/src/processor.cc @@ -55,8 +55,8 @@ Slice* StreamProcessor::process(Slice& input, Slice& out) } bool brill_enabled = 0; - if(( brill_enabled) && (bl->orbit[i] == 0xFF) ||( bl->bx[i] == 0xFF) ||( bl->mu1f[i] == 0xFF) || - (bl->mu1s[i] == 0xFF) ||( bl->mu2f[i] == 0xFF) ||( bl->mu2s[i] == 0xFF)){ + if(( brill_enabled) && ((bl->orbit[i] == 0xFF) ||( bl->bx[i] == 0xFF) ||( bl->mu1f[i] == 0xFF) || + (bl->mu1s[i] == 0xFF) ||( bl->mu2f[i] == 0xFF) ||( bl->mu2s[i] == 0xFF))){ brill_word = true; }