Changeset 736

Show
Ignore:
Timestamp:
11/08/07 14:39:24 (10 months ago)
Author:
gbooker
Message:

Complete [734] and [735] (sucks to program when you are sick).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FFusionCodec.c

    r735 r736  
    177177    //Two places to check, home dir and / 
    178178     
    179     CFStringRef home = (CFStringRef)GetHomeDirectory(); 
    180     CFMutableStringRef location = CFStringCreateMutableCopy(NULL, 0, home); 
     179    CFMutableStringRef location = GetHomeDirectory(); 
    181180    CFStringAppend(location, CFSTR("/Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app")); 
    182181