diff options
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r-- | extension/filefuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c index b33fcf1f..00387cf9 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -929,7 +929,7 @@ out: static awk_ext_func_t func_table[] = { { "chdir", do_chdir, 1 }, - { "stat", do_stat, 2 }, + { "stat", do_stat, 3 }, #ifndef __MINGW32__ { "fts", do_fts, 3 }, #endif |