Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
global variables not quoted
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: global variables not quoted (Read 4880 times)
grv575
Guest
global variables not quoted
«
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
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: global variables not quoted
«
Reply #1 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...
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
global variables not quoted