Fixed Crash where info->Filename is not allocated for a pud's info

This commit is contained in:
wizzard 2004-01-29 21:17:51 +00:00
parent 5a73e6db0e
commit 9fd3664d9d

View file

@ -390,6 +390,8 @@ global MapInfo* GetPudInfo(const char* pud)
return NULL;
}
info->Filename = strdup(pud);
//
// Parse all sections.
//