aboutsummaryrefslogtreecommitdiff
path: root/src/hash/pearson.c
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-06 16:50:38 -0500
committerame <[email protected]>2024-04-06 16:50:38 -0500
commitd3f3a8a1f3e786965ae473c046db2c34d7d3adb6 (patch)
tree639c6d618b44f0ff2a4fcac9f557b906f37cbec3 /src/hash/pearson.c
parent6dbb6dc2104237299cca414cd3a86256122e4abf (diff)
changed the add metamethod
Diffstat (limited to 'src/hash/pearson.c')
-rw-r--r--src/hash/pearson.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/pearson.c b/src/hash/pearson.c
index c5fcf19..d42c9fe 100644
--- a/src/hash/pearson.c
+++ b/src/hash/pearson.c
@@ -59,6 +59,7 @@ int l_setpearson(lua_State* L){
return 0;
}
+common_hash_clone(pearson);
common_hash_init_update(pearson);
int l_pearson_final(lua_State* L){