diff options
| -rw-r--r-- | src/routines/set_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/set_local.c b/src/routines/set_local.c index 84c7c26..99764d3 100644 --- a/src/routines/set_local.c +++ b/src/routines/set_local.c @@ -97,7 +97,7 @@ static enum nw_state set_param(struct nw_interp *const i) if (n) return n; - nwp_interp_resume(i); + i->next = sl->next; return NW_AGAIN; } |
