summaryrefslogtreecommitdiffstats
path: root/kbarcode/pixmapbarcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/pixmapbarcode.cpp')
-rw-r--r--kbarcode/pixmapbarcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/pixmapbarcode.cpp b/kbarcode/pixmapbarcode.cpp
index 02cb19b..4768b3e 100644
--- a/kbarcode/pixmapbarcode.cpp
+++ b/kbarcode/pixmapbarcode.cpp
@@ -178,7 +178,7 @@ bool PixmapBarcode::createPixmap( TQPixmap* target, int resx, int resy )
cmd += input->name();
cmd += " -sNOPAUSE -q - -c showpage quit";
- tqDebug("cmd: " + cmd );
+ tqDebug("cmd: %s", cmd.ascii() );
gs_pipe = popen( cmd.latin1(), "w" );
if( !gs_pipe )
{