mirror of https://github.com/KLayout/klayout.git
Must not use tl::to_string on quoted strings
This commit is contained in:
parent
1d8db227e5
commit
e231f2b987
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue