From 7c2283b50245ee23bbe2e641d1044cf340e79715 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 24 Aug 2003 11:42:08 +0200 Subject: Fixed a bug in resetting OSD color palettes --- osdbase.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdbase.c') diff --git a/osdbase.c b/osdbase.c index 0c0e8981..98cae824 100644 --- a/osdbase.c +++ b/osdbase.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osdbase.c 1.9 2003/08/15 13:47:51 kls Exp $ + * $Id: osdbase.c 1.10 2003/08/24 11:38:27 kls Exp $ */ #include "osdbase.h" @@ -70,7 +70,7 @@ int cPalette::Index(eDvbColor Color) void cPalette::Reset(void) { for (int i = 0; i < numColors; i++) - used[i] = false; + used[i] = fetched[i] = false; full = false; } -- cgit v1.2.3