Merge with 0.5

Mon, 05 Oct 2009 18:42:42 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 05 Oct 2009 18:42:42 +0100
changeset 1923
2d242334508d
parent 1916
7f8928aa0b9d (current diff)
parent 1922
d5fe0f9b377a (diff)
child 1924
75e6ba240888

Merge with 0.5

--- a/util/array.lua	Mon Oct 05 17:57:59 2009 +0100
+++ b/util/array.lua	Mon Oct 05 18:42:42 2009 +0100
@@ -43,7 +43,7 @@
 		end
 	end
 	
-	if inplace and write < start_length then
+	if inplace and write <= start_length then
 		for i=write,start_length do
 			outa[i] = nil;
 		end

mercurial