aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_trie.c')
-rw-r--r--src/lua/lua_trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_trie.c b/src/lua/lua_trie.c
index 3a07fa3b1..35abdff3d 100644
--- a/src/lua/lua_trie.c
+++ b/src/lua/lua_trie.c
@@ -134,7 +134,7 @@ lua_trie_callback (int strnum, int textpos, void *context)
/* Function */
lua_pushvalue (L, 3);
- lua_pushnumber (L, strnum);
+ lua_pushnumber (L, strnum + 1);
lua_pushnumber (L, textpos);
if (lua_pcall (L, 2, 1, 0) != 0) {