path variable does not exist and makes compilation fail.
maybe deisgnPath is the good one (at least compilation succeed)
This commit is contained in:
parent
37d8084a6a
commit
c904ed18f7
|
@ -1151,7 +1151,7 @@ namespace CRL {
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
cerr << "\nDummy OpenAccess driver call for " << path << endl;
|
cerr << "\nDummy OpenAccess driver call for " << designPath << endl;
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue