From d4dfd9db575dacacc350b29faa3229de4796fa6e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 5 Feb 2007 11:29:55 +0000 Subject: Fixed bug 1745 --- cpp/src/slice2cppe/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cppe/Main.cpp') diff --git a/cpp/src/slice2cppe/Main.cpp b/cpp/src/slice2cppe/Main.cpp index 1fda6e41dcd..2d776d8eb8d 100644 --- a/cpp/src/slice2cppe/Main.cpp +++ b/cpp/src/slice2cppe/Main.cpp @@ -109,7 +109,7 @@ main(int argc, char* argv[]) vector includePaths = opts.argVec("I"); for(i = includePaths.begin(); i != includePaths.end(); ++i) { - cppArgs += " -I" + Preprocessor::addQuotes(*i); + cppArgs += " -I" + Preprocessor::normalizeIncludePath(*i); } bool preprocess = opts.isSet("E"); -- cgit v1.2.3