Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: grv575 on January 05, 2006, 12:12:46 am

Title: global variables not quoted
Post by: grv575 on January 05, 2006, 12:12:46 am
Spaces in global variable paths cause them to fail:

http://sourceforge.net/tracker/index.php?func=detail&aid=1397329&group_id=126998&atid=707416
Title: Re: global variables not quoted
Post by: thomas on January 05, 2006, 12:47:11 am
That's fixed.
Interestingly, it should have worked all the way, as there was a call to QuoteStringIfNeeded(). Now there are two calls, and it works...