diff options
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index e08833175..ddf275d89 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -981,7 +981,7 @@ config_read () if (section == CONFIG_SECTION_ALIAS) { if (alias_new (line, pos)) - index_command_new (pos); + index_command_new (line); } else { |