giggzounet <giggzou...@gmail.com> writes: > Is it correct now ?
yes. The following patch taken from upstream should fix it: ------------------------------------------------------------------------ r28803 | reimar | 2009-03-03 19:12:03 +0100 (Di, 03. Mär 2009) | 2 lines 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794 ------------------------------------------------------------------------ --- mplayer-trunk/m_option.c (Revision 28802) +++ mplayer-trunk/m_option.c (Revision 28803) @@ -173,7 +173,6 @@ } static char* print_int(const m_option_t* opt, const void* val) { - opt = NULL; if (opt->type->size == sizeof(int64_t)) return dup_printf("%"PRId64, *(const int64_t *)val); return dup_printf("%d",VAL(val)); it will be included in the next upload. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org