From c904ed18f702ba19dc1f828a694968b42ff10335 Mon Sep 17 00:00:00 2001 From: Damien Dupuis Date: Mon, 20 Sep 2010 09:23:55 +0000 Subject: [PATCH] path variable does not exist and makes compilation fail. maybe deisgnPath is the good one (at least compilation succeed) --- crlcore/src/ccore/openaccess/OpenAccessDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp b/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp index 1b4a354a..01636f76 100644 --- a/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp +++ b/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp @@ -1151,7 +1151,7 @@ namespace CRL { exit(2); } #else - cerr << "\nDummy OpenAccess driver call for " << path << endl; + cerr << "\nDummy OpenAccess driver call for " << designPath << endl; #endif return; }