Skip to content

Commit

Permalink
Fix a little thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-scm committed Sep 3, 2020
1 parent 28fde4b commit a3f7911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/e_formats/bcstm.h
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ unsigned char brstm_formats_multi_encode_bcstm_bfstm(Brstm* brstmi, signed int d
buffer,brstm_encoder_getByteInt16(brstmi->PCM_samples[c][b*brstmi->blocks_samples+i],BOM),2,bufpos
);
if(!(b%4) && debugLevel>0) std::cout << "\r" << brstm_encoder_nextspinner(spinner) << " Writing PCM data... ("
<< floor(((float)(b*brstmi->blocks_samples+i)/brstmi->total_samples) * 100) << "%) ";
<< floor(((float)(b*brstmi->blocks_samples+i)/brstmi->total_samples) * 100) << "%) ";
}
break;
}
Expand Down

0 comments on commit a3f7911

Please sign in to comment.