JSDOC/TextStream.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 09:11:35 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 09:11:35 +0000 (17:11 +0800)
JSDOC/TextStream.vala

index a070e2c..66e160f 100644 (file)
@@ -27,7 +27,7 @@ namespace JSDOC {
             
             
             this.text = text;
-            this.length = text.char_count();
+            this.length = text.length; // text.char_count();
             this.cursor = 0;
         }