knod of the head to sfraser, for reminding me that you need to also initialize processInfoRec with the size of the process record.

This commit is contained in:
cyeh%netscape.com 1999-03-02 00:34:49 +00:00
Родитель 747220fde7
Коммит 13e15b33f4
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1490,6 +1490,7 @@ nsresult nsRepository::AutoRegister(NSRegistrationInstant when,
// initialize ProcessInfoRec before calling GetProcessInformation() or die horribly.
pInfo.processName = nil;
pInfo.processAppSpec = &tempSpec;
pInfo.processInfoLength = sizeof(ProcessInfoRec);
if (!(err = GetProcessInformation(&psn, &pInfo)))
{
appFSSpec = *(pInfo.processAppSpec);

Просмотреть файл

@ -1490,6 +1490,7 @@ nsresult nsRepository::AutoRegister(NSRegistrationInstant when,
// initialize ProcessInfoRec before calling GetProcessInformation() or die horribly.
pInfo.processName = nil;
pInfo.processAppSpec = &tempSpec;
pInfo.processInfoLength = sizeof(ProcessInfoRec);
if (!(err = GetProcessInformation(&psn, &pInfo)))
{
appFSSpec = *(pInfo.processAppSpec);