From a3f7911da0dba03649b08236402044194a5f8f3b Mon Sep 17 00:00:00 2001 From: IC Date: Thu, 3 Sep 2020 22:37:20 +0200 Subject: [PATCH] Fix a little thing --- src/lib/e_formats/bcstm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/e_formats/bcstm.h b/src/lib/e_formats/bcstm.h index 13968d7..e5b8117 100644 --- a/src/lib/e_formats/bcstm.h +++ b/src/lib/e_formats/bcstm.h @@ -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; }