#!/bin/sh /usr/share/dpatch/dpatch-run ## solitaire-1.3.18 patch - by Thomas Günther ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Changes for VDR >= 1.3.18. @DPATCH@ --- solitaire-0.0.1/cards.c +++ solitaire-0.0.1/cards.c @@ -72,7 +72,11 @@ mY = Y; mStacked = Stacked; mSource = false; +#if VDRVERSNUM >= 10318 + mSeed = cTimeMs::Now(); +#else mSeed = time_ms(); +#endif mClosedCard = new cCard(-1, -1); }