[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:
Benoît Minisini 2011-07-17 11:11:22 +00:00
parent d0b8c37638
commit 67e4d31c0f

View file

@ -518,6 +518,12 @@ void SUBR_exist(ushort code)
bool follow = FALSE;
SUBR_ENTER();
if (!NPARAM)
{
NPARAM++;
PARAM--;
}
path = get_path(PARAM);