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

index efd089d..d708806 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 += add;
+                    pulled += (string) add;
                     i += 1;// add.length;
                 } else {
                     return "";