Kjetil S. Matheussen wrote:
>
> Cesare Marilungo wrote:
>
>> line 371:
>> char *optstring = "d:c:b:B:h";
>>
>> 'd' should have been 'f'. Sorry, I already found this when got v0.1.1
>> and forgot to write you. :-)
>
>
>
> Thanks! New version is up at http://ccrma.stanford.edu/~kjetil/src/
>
>
> 0.2.0 -> 0.2.1:
> * Removed optional -f argument (that didn't work anyway) for setting the
> filename. Usage for program is now:
> "jack_capture [ -b bitdepth ] [-c channels] [ -B bufsize ] [filename]"
> Thanks to Cesare Marilungo for pointing out the bug.
> * Sound filename is also printed to the screen.
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Jackit-devel mailing list
> Jackit-devel@email-addr-hidden
> https://lists.sourceforge.net/lists/listinfo/jackit-devel
>
>
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager. This message contains confidential information and
> is intended only for the individual named. If you are not the named
> addressee you should not disseminate, distribute or copy this e-mail.
>
>
Now you deleted the 'd' but didn't replace with 'f'.
Are you doing it on purpose? :-)
Should be:
char *optstring = "f:c:b:B:h";
Now it is:
char *optstring = "c:b:B:h";
c.
-- www.cesaremarilungo.comReceived on Sat Feb 4 04:15:06 2006
This archive was generated by hypermail 2.1.8 : Sat Feb 04 2006 - 04:15:06 EET