correct error message

This commit is contained in:
David Rose 2008-08-05 01:07:31 +00:00
parent 85d94ff0c5
commit 08e17a3ee0
1 changed files with 1 additions and 2 deletions

View File

@ -1819,8 +1819,7 @@ apply_texture(TextureContext *tc) {
bool okflag = upload_texture(gtc);
if (!okflag) {
tinydisplay_cat.error()
<< "Could not load " << *gtc->get_texture()
<< ": inappropriate size.\n";
<< "Could not load " << *gtc->get_texture() << "\n";
}
gtc->mark_loaded();
if (!okflag) {