Patch for perl (and python) code generation
Brought to you by:
acid_kewpie,
pere
This patch against 0.16 resolves the problems with code
generation that was reported here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1482234&group_id=133848&atid=823590
There were two subtle errors in the ocode.c. First one
is that outer array was opened by [ but closed by ).
Second was that, when opening ARRAY, the _lvl_return
array was not updated but a spurious printf is issued.
I tested the patched lsdvd with dvd::rip which had
problems due to this bug and it now reads the table of
contents as expected.
Patch for code generation.
I fixed the perl issue in 3bba008f97feceae7c9a21237539105f13d67ff8. I
was unable to figure out what is wrong with the python output. Can you
provide a command line example with pointers explaining what is wrong?
--
Happy hacking
Petter Reinholdtsen