diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index a3e28d45d..c9a82f413 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -3189,7 +3189,7 @@ execautofn(Estate state, int do_exec) return 1; oldscriptname = scriptname; - scriptname = dupstring(state->prog->shf->nam); + scriptname = dupstring(shf->nam); execode(shf->funcdef, 1, 0); scriptname = oldscriptname; |