- cc_frm_signalbars: fix REF_PERCENT_TXT for 100%

This commit is contained in:
svenhoefer
2016-01-10 21:55:44 +01:00
parent 11e480b6e8
commit 3a1da74374

View File

@@ -34,7 +34,7 @@
#include <sstream> #include <sstream>
#define SB_MIN_HEIGHT 12 #define SB_MIN_HEIGHT 12
#define REF_PERCENT_TXT "00% " #define REF_PERCENT_TXT "100% "
using namespace std; using namespace std;