Changeset 891
- Timestamp:
- 07/17/04 05:03:38 (4 years ago)
- Files:
-
- Footagehead/trunk/FHFileHandler.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHFileHandler.m
r890 r891 1 /* $Id: FHFileHandler.m,v 1. 5 2004/07/17 02:45:22morris Exp $ */1 /* $Id: FHFileHandler.m,v 1.6 2004/07/17 03:03:38 morris Exp $ */ 2 2 3 3 /* … … 146 146 NSString *path, *root; 147 147 148 path = [[ self relativeURL] path];148 path = [[[self relativeURL] path] stringByReplacingURLPercentEscapes]; 149 149 root = [[[self URL] path] stringByAppendingPathComponent:@".FootageheadRoot"]; 150 150
