
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
In argdecode.c, around line 930, (right after the start of the "do {" loop), 'argv' is prefix incremented instead of postfix incremented. With it being prefix incremented I have to insert a space in my own 'argv' when calling csoundCompile() -- which is a bit strange and took a considerable amount of time when figuring it out why calling csound from the command line was producing different results than calling from the API directly. I would also assume that this is the reason the .csoundrc files all start with a space, too, which can make for a nastily subtle bug if they're edited "incorrectly". Since it doesn't appear that changing it to a postfix increment (or fixing it some other way) will be a huge problem, can this be fixed for the next release?
Cheers,
~ andy.f
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf_______________________________________________
Csound-devel mailing list
Csound-devel@...
https://lists.sourceforge.net/lists/listinfo/csound-devel