Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: Text-based skin loader (text2skin-0.0.2)



Hello,

and finally to make it compil with gcc >= 3.4 :

diff -r -u text2skin-0.0.2/cache.h text2skin-good/cache.h
--- text2skin-0.0.2/cache.h     2004-06-07 20:23:11.000000000 +0200
+++ text2skin-good/cache.h   2004-06-08 17:01:05.603596448 +0200
@@ -73,7 +73,7 @@
 
 template<class K,class D>
 inline void cText2SkinCache<K,D>::Update(Item *item) {
-       item->_lastUsed = time_ms();
+       item->_lastUsed = time(NULL);
        if (item->_next != NULL || item->_prev != NULL)
                Unlink(item);

Not completely sure whether this is the right fix, but it seems to works...

It's really a plugin I like : thank you very much for it :-)

	Grégoire
__________________________________________________________________________
http://algebra.epfl.ch/greg ICQ:16624071 mailto:Gregoire.Favre@freesurf.ch




Home | Main Index | Thread Index