mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
CZapitChannel: use unsigned char instead size_t
This removes some annoying warnings with specific compiler flags.
This commit is contained in:
@@ -202,7 +202,7 @@ void CProgressBar::paintAdvanced()
|
||||
if (pb_active_width > pb_last_width) {
|
||||
int step, off;
|
||||
int b = 0;
|
||||
uint8_t diff = 0;
|
||||
uint32_t diff = 0;
|
||||
for (i = 0; (i < rd) && (i < maxi); i++) {
|
||||
diff = i * 255 / rd;
|
||||
if (pb_invert)
|
||||
|
Reference in New Issue
Block a user