Changeset 881

Show
Ignore:
Timestamp:
07/09/04 04:38:44 (4 years ago)
Author:
morris
Message:

don't remove escapes when creating url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHFileHandler.m

    r876 r881  
    1 /* $Id: FHFileHandler.m,v 1.2 2004/07/04 23:37:37 morris Exp $ */ 
     1/* $Id: FHFileHandler.m,v 1.3 2004/07/09 02:38:44 morris Exp $ */ 
    22 
    33/* 
     
    9494                 
    9595                // --- check for file indicating relative path 
    96                 if([name isEqualToString:@".FootageheadPath"]) { 
    97                         _relativeURL = [[NSURL alloc] initWithString: 
    98                                 [[NSString stringWithContentsOfFile:path] stringByReplacingURLPercentEscapes]]; 
    99                 } 
     96                if([name isEqualToString:@".FootageheadPath"]) 
     97                        _relativeURL = [[NSURL alloc] initWithString:[NSString stringWithContentsOfFile:path]]; 
    10098 
    10199                // --- get URL