Mailing List archive

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

[vdr] Re: [ANNOUNCE] vdr-submenu-0.0.1



Andrey Kuzmin a écrit :

If somebody find any bug/mistake, send me back the information (even the
MainMenu.conf file...) so I could correct it!

The first thing happens to me is that all standart menu items
disapeared :) As I understand it's by desing. But it might be a bug
that MainMenu.conf created with zero size. It was created in
/vdr/VDR/(null)/plugins/MainMenu.conf, not in /video/plugins. I filled
it using an example creation source code and menu items appear. In any
case an example MainMenu.conf in plugin's files will be a plus :)





Well, in fact, I've found why this happens...
Just a coding mistake...
When the file is not found (ie the first time plugin is launched), a variable FILE *fo is created, fopened and filed... but at the end of the function, there is a fclose(f) instead of fclose(fo) ...
Sorry for that...
I'm gonna investigate more on other's issues, and release another version of the patch!

Sad




Home | Main Index | Thread Index