This commit was generated by cvs2svn to compensate for changes in r120169,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Jacques Vidrine 2003-09-17 15:10:36 +00:00
commit 148aa75197
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120170

View File

@ -700,7 +700,11 @@ prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab)
addr[MAXNAME] = '\0';
returnnull:
if (delimptr != NULL)
{
if (p > addr)
p--;
*delimptr = p;
}
CurEnv->e_to = saveto;
return NULL;
}