Show
Ignore:
Timestamp:
10/26/09 06:55:10 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/wizard/log.c

    r459 r470  
    689689WizardExport WizardBooleanType LogComponentGenesis(void) 
    690690{ 
    691   assert(log_semaphore == (SemaphoreInfo *) NULL); 
    692   log_semaphore=AllocateSemaphoreInfo(); 
     691  AcquireSemaphoreInfo(&log_semaphore); 
    693692  return(WizardTrue); 
    694693}