diff options
Diffstat (limited to 'spuencoder.c')
-rw-r--r-- | spuencoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spuencoder.c b/spuencoder.c index 79c76fe..d6d20e5 100644 --- a/spuencoder.c +++ b/spuencoder.c @@ -78,7 +78,7 @@ void cSpuEncoder::encode(cBitmap *bmap, int top, int left) // get needed informations about used colors colors = bitmap->Colors(numColors); - dsyslog("[dxr3-spuencoder] num colors %d", num); + dsyslog("[dxr3-spuencoder] num colors %d", numColors); // generate and upload color palette |