Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 511 → Rev 515

/trunk/make_mac.c
84,7 → 84,7
origsize = GetHandleSize(hpipl);
SetHandleSize(hpipl,origsize+0x300); /* some slop for fixup to work with */
HLock(hpipl);
newsize = fixpipl((PIPropertyList*) *hpipl,origsize,title,category,&event_id);
newsize = fixpipl((PIPropertyList*) *hpipl,origsize,title,gdata->parm.szCategory,category,&event_id);
HUnlock(hpipl);
SetHandleSize(hpipl,newsize);