From b6cea42c5ed552c498bbb4a24838af5c1c9e7aaa Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 28 Jan 2008 08:50:51 +0000 Subject: [PATCH] formatted debug string --- wrap/io_trimesh/export_u3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_u3d.h b/wrap/io_trimesh/export_u3d.h index 082b829f..d84ed511 100644 --- a/wrap/io_trimesh/export_u3d.h +++ b/wrap/io_trimesh/export_u3d.h @@ -225,7 +225,7 @@ private: { QProcess p; QString convstring = par._converter_loc; - convstring = convstring + " -en1 -input " + par._input_file + " -output " + par._output_file; + convstring = convstring + " -en1 -input '" + par._input_file + "' -output '" + par._output_file+"'"; qDebug("Starting converter %s", qPrintable(convstring)); p.setProcessChannelMode(QProcess::MergedChannels); p.start(convstring);