[INTERPRETER]
* BUG: Exist() new implementation is now really backward-compatible. git-svn-id: svn://localhost/gambas/trunk@3941 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
d0b8c37638
commit
67e4d31c0f
1 changed files with 6 additions and 0 deletions
|
@ -518,6 +518,12 @@ void SUBR_exist(ushort code)
|
|||
bool follow = FALSE;
|
||||
|
||||
SUBR_ENTER();
|
||||
|
||||
if (!NPARAM)
|
||||
{
|
||||
NPARAM++;
|
||||
PARAM--;
|
||||
}
|
||||
|
||||
path = get_path(PARAM);
|
||||
|
||||
|
|
Loading…
Reference in a new issue