- added coverity linux script

- a few updates to fix coverity reported issues
This commit is contained in:
SoftCoder
2013-12-17 23:57:45 -08:00
parent 42ea7a5826
commit 606aa392c7
3 changed files with 10 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ int g3d2xml(FILE *infile, FILE *outfile)
printf("Could not read mesh header!\n");
return FALSE;
}
meshHeader.name[NAMESIZE-1] = 0;
/* write out XML mesh header */
fprintf(outfile, "\t<Mesh name=\"%s\" ", meshHeader.name);
fprintf(outfile, "frameCount=\"%u\" ", meshHeader.frameCount);