Patch level : 12.0 no patch

Files correlati     : 
Commento            :

COrretta la lettura dei report per i programmatori (con path)

git-svn-id: svn://10.65.10.50/branches/R_10_00@23315 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-09-23 14:45:12 +00:00
parent 94a6dd6f2d
commit 2f955006a8

View File

@ -503,7 +503,8 @@ bool TReport_mask::get_rep_path(TFilename& path) const
const bool ok = name.full();
if (ok)
{
path = name;
if (path.blank())
path = name;
if (!path.is_absolute_path())
{
path = firm2dir(-1);