Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elv.apf loops forever #14

Open
natturtle opened this issue Sep 23, 2019 · 0 comments
Open

elv.apf loops forever #14

natturtle opened this issue Sep 23, 2019 · 0 comments

Comments

@natturtle
Copy link

there is an extra "do" on line 176 which isn't matched by an "end".
It should read
if PRIV.NUMAPF <> "ALTER" then
/* We might push in via dataset in WARN mode /
do www = 1 to OUTW.0
if OUTW.www == DSN.NUMAPF then
/
It must be christmas!! */
PRIV.NUMAPF = "ALTER"
end
if verbose then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant