JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / 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 "";