Must not use tl::to_string on quoted strings

This commit is contained in:
Matthias Koefferlein 2022-05-29 13:25:50 +02:00
parent 1d8db227e5
commit e231f2b987
1 changed files with 1 additions and 1 deletions

View File

@ -1702,7 +1702,7 @@ Object::read_file ()
}
#else
throw tl::Exception (tl::to_string ("No PNG support compiled in - cannot load PNG files"));
throw tl::Exception ("No PNG support compiled in - cannot load PNG files");
#endif
}