[11091] In similar way with prev commit rename extarctor sources magic string.

This commit is contained in:
VladimirMangos 2011-02-01 05:32:27 +03:00
parent b315362b22
commit b106ec92f6
5 changed files with 5 additions and 5 deletions

View file

@ -107,7 +107,7 @@ bool WMORoot::ConvertToVMAPRootWmo(FILE *pOutfile)
{
//printf("Convert RootWmo...\n");
fwrite(szWMAPMAGIC,1,8,pOutfile);
fwrite(szRawVMAPMagic,1,8,pOutfile);
unsigned int nVectors = 0;
fwrite(&nVectors,sizeof(nVectors),1,pOutfile); // will be filled later
fwrite(&nGroups,4,1,pOutfile);