-fix get_as_text (#1022 )

This commit is contained in:
Juan Linietsky 2014-12-21 12:12:59 -03:00
parent 78e7777cf5
commit 530d717a67

View file

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