Bug #19314 2014-03-04 10:39

dvorkin

Slash symbols in custom variable become backward slash

I've defined custom variable

REMOTE_DIR=/mnt/app/bin

at Project Build Options->Custom Variables.

But after I closed the project and opened it again, the variable is:

REMOTE_DIR=\mnt\app\bin

So slash become backward slash.

There is correct record in .cbp project file.

<Environment>

<Variable name="REMOTE_DIR" value="/mnt/app/bin" />

So the problem is in project file reading (while the project opening).

I work in Windows 7, Code::Blocks v13.12

Category
Application::WrongBehaviour
Group
Platform:Windows
Status
Open
Close date
 
Assigned to