浏览代码

-fix get_as_text (#1022 )

Juan Linietsky 10 年之前
父节点
当前提交
530d717a67
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/bind/core_bind.cpp

+ 1 - 0
core/bind/core_bind.cpp

@@ -1121,6 +1121,7 @@ String _File::get_as_text() const {
 		text+=l+"\n";
 		l = get_line();
 	}
+	text+=l;
 
 	return text;