summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r--src/common/weeconfig.c2
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
{