Mailing List archive

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

[vdr] Re: still problem with making vdr



Hi Matthias,

> dvbdate.c:303: parse error before `int'
> dvbdate.c:316: `ret' undeclared (first use in this function)

This problem was already discussed a few days ago. Put the line "int ret;"
just below the other declarations like this:

int main(int argc, char **argv)
{
        time_t dvb_time;
        time_t real_time;
        time_t offset;
        int ret;
...

Bye André



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index