JSDOC/TextStream.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:16:06 +0000 (17:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:16:06 +0000 (17:16 +0800)
JSDOC/Lang.vala.c
JSDOC/TextStream.vala.c
JSDOC/TokenReader.vala.c
JSDOC/TokenStream.vala.c
JSDOC/Token.vala.c

JSDOC/TextStream.vala

index 946a08e..f5bb725 100644 (file)
@@ -63,7 +63,7 @@ namespace JSDOC {
             while (i < n) {
                 if (this.cursor+i < this.length) {
                     var add = this.text[this.cursor+i]; //this.text.get_char(this.cursor+i).to_string();
-                    pulled += (string) add;
+                    pulled += add.to_string();
                     i += 1;// add.length;
                 } else {
                     return "";