Changeset 890
- Timestamp:
- 07/17/04 04:45:22 (4 years ago)
- Files:
-
- Footagehead/trunk/FHFileHandler.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHFileHandler.m
r889 r890 1 /* $Id: FHFileHandler.m,v 1. 4 2004/07/13 23:57:01morris Exp $ */1 /* $Id: FHFileHandler.m,v 1.5 2004/07/17 02:45:22 morris Exp $ */ 2 2 3 3 /* … … 94 94 95 95 // --- check for file indicating relative path 96 if([name isEqualToString:@".FootageheadPath"]) 97 _relativeURL = [[NSURL alloc] initWithString:[NSString stringWithContentsOfFile:path]]; 96 if([name isEqualToString:@".FootageheadPath"]) { 97 _relativeURL = [[NSURL alloc] initWithString: 98 [[NSString stringWithContentsOfFile:path] stringByAddingURLPercentEscapes]]; 99 } 98 100 99 101 // --- get URL
