Partially fixed the bug:

In main.c, at line 488,
we should have:
void parse_nogap_filenames(int nogapout,char *inPath, char *outPath) {    
     

to be on line with the calling prototype.

The fix is partial since if you write something like
lame --nogapout e:\test h:*wav

lame tries to create a file like e:\test\h:track01.wav which does not
work.

So the only thing to do is to be able to remove the unit letter and :\ on
the output filename which should be easy.
----------------------------
Michel SUCH TEAM OS/2 FRANCE    
ICQ # 51654489

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to