Merge pull request #20636 from goodyttoor/hdr_import

Fix #20564 HDR import fail
This commit is contained in:
Thomas Herzog 2018-08-07 16:37:38 +02:00 committed by GitHub
commit 6ffd2d3529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,6 @@ String FileAccess::get_token() const {
c = get_8();
}
token += '0';
return String::utf8(token.get_data());
}