mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- added coverity linux script
- a few updates to fix coverity reported issues
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user