removed harmless warnings

This commit is contained in:
Paolo Cignoni 2008-07-15 06:57:25 +00:00
parent 89973a1a14
commit 7053bdabf0
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ public:
const char* Info(TRIMESH_TYPE &m)
{
static char dump[60];
sprintf(dump,"%ld -> %ld %g\n", _pos.F()->V(0)-&m.vert[0], _pos.F()->V(1)-&m.vert[0],-_priority);
sprintf(dump,"%d -> %d %g\n", _pos.F()->V(0)-&m.vert[0], _pos.F()->V(1)-&m.vert[0],-_priority);
return dump;
}