Fixed cppcheck warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@603 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-06-21 11:55:59 +00:00
parent 7ebb51c4dd
commit 500ad20dad

View File

@@ -293,7 +293,7 @@ int main(int argc, char **argv)
{
open_prog_mesh(ifname);
vdpm_analysis();
save_vd_prog_mesh(spmfname.c_str());
save_vd_prog_mesh(spmfname);
}
catch( std::bad_alloc& )
{