From 4c7522d4a88a52304be0778c75fa82064cd51537 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Mon, 1 Jul 2013 08:32:58 +0000 Subject: [PATCH] - applied MeshLab's user patch (posted on forum) --- wrap/io_trimesh/export_idtf.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wrap/io_trimesh/export_idtf.h b/wrap/io_trimesh/export_idtf.h index 2cf6be0d..5c0aae81 100644 --- a/wrap/io_trimesh/export_idtf.h +++ b/wrap/io_trimesh/export_idtf.h @@ -247,7 +247,7 @@ public: static void removeConvertedTexturesFiles(const QStringList& conv_file) { - for(unsigned int ii = 0;ii < conv_file.size();++ii) + for(QStringList::size_type ii = 0;ii < conv_file.size();++ii) { QDir dir(QtUtilityFunctions::pathWithoutFileName(conv_file[ii])); dir.remove(QtUtilityFunctions::fileNameFromPath(conv_file[ii])); @@ -375,9 +375,8 @@ typedef typename SaveMeshType::CoordType CoordType; idtf.write(2,"}"); } - + idtf.write(1,"}"); } - idtf.write(1,"}"); idtf.write(0,"}"); idtf.write(0,""); }