Changeset 419 for WizardsToolkit/trunk
- Timestamp:
- 10/19/09 18:24:44 (5 weeks ago)
- Files:
-
- 1 modified
-
WizardsToolkit/trunk/wizard/resource.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/wizard/resource.c
r415 r419 680 680 Set Wizard resource limits. 681 681 */ 682 AcquireSemaphoreInfo(&resource_semaphore); 682 683 RelinquishSemaphoreInfo(resource_semaphore); 683 684 pagesize=(-1); … … 738 739 limit=DestroyString(limit); 739 740 } 740 AcquireSemaphoreInfo(&resource_semaphore);741 741 return(WizardTrue); 742 742 }
