mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 18:06:30 +02:00
- bugfixes for coverity reported issues
- new bash parameters for build-mg.sh (in prep for coverity automation) - updated travis build to use new bash param
This commit is contained in:
@@ -175,8 +175,6 @@ inline static void get_random_info(char seed[16]) {
|
||||
seed[i++] = myrand & 0xff;
|
||||
seed[i++] = myrand >> 8;
|
||||
} while (i < 14);
|
||||
|
||||
if(fp != NULL) fclose(fp);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user