Changeset 736
- Timestamp:
- 11/08/07 14:39:24 (10 months ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r735 r736 177 177 //Two places to check, home dir and / 178 178 179 CFStringRef home = (CFStringRef)GetHomeDirectory(); 180 CFMutableStringRef location = CFStringCreateMutableCopy(NULL, 0, home); 179 CFMutableStringRef location = GetHomeDirectory(); 181 180 CFStringAppend(location, CFSTR("/Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app")); 182 181
