search for: ferinstance

Displaying 1 result from an estimated 1 matches for "ferinstance".

Did you mean: f'rinstance
2000 Apr 16
0
Trying to get cmdline going...
...of the Slashdot effect... I have taken a moment to browse the archives, so I'm not asking "Why doesn't the cmdline utility compile?" yet again. I have been doing some fiddling with it and found a few thinkos to fix, but some of the more esoteric getopt() things are stumping me. Ferinstance, it seems that < device=strdup(optarg); ought to be > device=optarg; and < if((ret=CheckWav(infile,bufferfill,&intype))){ probably should be > if((ret=CheckWav(inbuffer,bufferfill,&intype))){ and I've faked up a fill_buffer routine: > int fill_buffer(FILE...