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

index cfc7ba4..efd089d 100644 (file)
@@ -64,7 +64,7 @@ namespace JSDOC {
                 if (this.cursor+i < this.length) {
                     var add = this.text[this.cursor+i]; //this.text.get_char(this.cursor+i).to_string();
                     pulled += add;
-                    i += add.length;
+                    i += 1;// add.length;
                 } else {
                     return "";