File diff r12009:28cf5f05f012 → r12010:5513d8f8e97d
src/gfxinit.cpp
Show inline comments
 
@@ -378,8 +378,7 @@ static bool FillGraphicsSetDetails(Graph
 
		}
 

	
 
		const char *filename = item->value;
 
		file->filename = MallocT<char>(strlen(filename) + strlen(path) + 1);
 
		sprintf((char*)file->filename, "%s%s", path, filename);
 
		file->filename = str_fmt("%s%s", path, filename);
 

	
 
		/* Then find the MD5 checksum */
 
		item = md5s->GetItem(filename, false);