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 02b40534..de293bee 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -914,7 +914,7 @@ out: static awk_ext_func_t func_table[] = { { "chdir", do_chdir, 1, 1 }, - { "stat", do_stat, 2, 3 }, + { "stat", do_stat, 3, 2 }, #ifndef __MINGW32__ { "fts", do_fts, 3, 3 }, #endif |