changeset 351:04ba2118c5fe

Rename (dict hash) size to (dict hash) length and make it actually work
author Michael Pavone <pavone@retrodev.com>
date Mon, 13 Apr 2015 22:41:00 -0700
parents a3b06d53bcb9
children f74ce841fd1e
files modules/dict.tp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/dict.tp	Fri Apr 10 01:19:46 2015 -0700
+++ b/modules/dict.tp	Mon Apr 13 22:41:00 2015 -0700
@@ -104,7 +104,7 @@
 	}
 	_hashWithBuckets:size:hashdiffs <- :_buckets :_size :_hashdiffs {
 		#{
-			size <- { size }
+			length <- { _size }
 			ifget:else <- :key ifpres :ifnot {
 				basehash <- key hash
 				notdone <- true