changeset 2:ee1232043257

< <= :/
author Saaa
date Wed, 07 Oct 2009 13:56:33 +0200
parents 8e817772ed3d
children 8e3ddf7a3178
files ddata.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ddata.d	Thu Sep 10 01:50:06 2009 +0200
+++ b/ddata.d	Wed Oct 07 13:56:33 2009 +0200
@@ -73,7 +73,7 @@
 	  {
 		  case TOKEN.COMMA:
 			  res ~=`case `~ctToString(i)~`:`~
-			      	`if(temp`~ indexString(i) ~`.length<index[`~ctToString(i)~`] )temp`~ indexString(i) ~`.length=temp`~ indexString(i) ~`.length*2;`~
+			      	`if(temp`~ indexString(i) ~`.length<=index[`~ctToString(i)~`] )temp`~ indexString(i) ~`.length=temp`~ indexString(i) ~`.length*2;`~
 			      	`break;`;
 		  break;