Bug#690201: xine-ui: xine --enqueue can't cope with filename with comma "," in it

2012-10-27 Thread Tim Connors
tags 690201 patch thanks. On Thu, 11 Oct 2012, Tim Connors wrote: > Package: xine-ui > Version: 0.99.6-1 > Severity: normal > > xine --enqueue splits any filename provided on the commandline if they > have a comma in the filename. > > It does this because --enqueue gets transformed in main.c:main

Bug#690201: xine-ui: xine --enqueue can't cope with filename with comma "," in it

2012-10-10 Thread Tim Connors
Package: xine-ui Version: 0.99.6-1 Severity: normal xine --enqueue splits any filename provided on the commandline if they have a comma in the filename. It does this because --enqueue gets transformed in main.c:main() to allocate a session_argv array with mrl=%s and passes that off to the session