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:
parent
94a6dd6f2d
commit
2f955006a8
@ -503,7 +503,8 @@ bool TReport_mask::get_rep_path(TFilename& path) const
|
|||||||
const bool ok = name.full();
|
const bool ok = name.full();
|
||||||
if (ok)
|
if (ok)
|
||||||
{
|
{
|
||||||
path = name;
|
if (path.blank())
|
||||||
|
path = name;
|
||||||
if (!path.is_absolute_path())
|
if (!path.is_absolute_path())
|
||||||
{
|
{
|
||||||
path = firm2dir(-1);
|
path = firm2dir(-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user