mod_storage_memory/mod_storage_memory.lua
changeset 2658 9e5015555fff
parent 2624 8b8cab2eb7fc
child 2659 f4353f959460
--- a/mod_storage_memory/mod_storage_memory.lua	Thu Mar 30 21:12:14 2017 +0200
+++ b/mod_storage_memory/mod_storage_memory.lua	Thu Mar 30 23:33:45 2017 +0200
@@ -86,7 +86,7 @@
 	end
 	a[i] = v;
 	a[key] = i;
-	return true;
+	return key;
 end
 
 local function archive_iter (a, start, stop, step, limit, when_start, when_end, match_with)