diff options
Diffstat (limited to 'pytquic3/embed.cpp')
-rw-r--r-- | pytquic3/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/embed.cpp b/pytquic3/embed.cpp index 9bf0071..afb28d0 100644 --- a/pytquic3/embed.cpp +++ b/pytquic3/embed.cpp @@ -149,7 +149,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima for ( it = images.begin(); it != images.end(); ++it ) { TQImage img; if ( !img.load( *it ) ) { - fprintf( stderr, "pytquic: cannot load image file %s\n", (*it).utf8() ); + fprintf( stderr, "pytquic: cannot load image file %s\n", (*it).local8Bit().data() ); continue; } EmbedImage *e = new EmbedImage; |