Comment 7 for bug 1037402

Revision history for this message
Randy (wigglebit) wrote :

The window size out of bounds is caused by a bug at rmd_parseargs.c:197
That line should read something like...

          POPT_ARG_STRING | RMD_USE_JACK_EXTRA_FLAG, &arg_return->use_jack, RMD_ARG_USE_JACK,

This is only an issue if you use the --use-jack argument

There is also another typo at rmd_parseargs.c:115
And that line should read...

        { "y", 'y',

I checkout the latest code, made these changes, compiled and everything worked. I'm too lazy to make an official patch.

Enjoy