Adding LGTM to CI tools (#3636)

Thanks to @aleos89 for his help.
This commit is contained in:
Lemongrass3110
2018-10-29 21:25:36 +01:00
committed by GitHub
parent 446217cbcd
commit c0793a8072
28 changed files with 460 additions and 458 deletions

View File

@@ -3749,7 +3749,7 @@ int map_readallmaps (void)
map_cache_buffer[i] = map_init_mapcache(fp);
if( !map_cache_buffer[i] ) {
ShowFatalError( "Failed to initialize mapcache data (%s)..\n", mapcachefilepath );
ShowFatalError( "Failed to initialize mapcache data (%s)..\n", mapcachefilepath[i] );
exit(EXIT_FAILURE);
}