Changeset 894

Show
Ignore:
Timestamp:
07/18/04 19:15:32 (4 years ago)
Author:
morris
Message:

remove previous failed test for /

Files:

Legend:

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

    r892 r894  
    1 /* $Id: FHHTMLHandler.m,v 1.4 2004/07/18 17:13:55 morris Exp $ */ 
     1/* $Id: FHHTMLHandler.m,v 1.5 2004/07/18 17:15:32 morris Exp $ */ 
    22 
    33/* 
     
    138138                                if([link hasSuffix:@"/"]) { 
    139139                                        // --- is it a dir? 
    140                                         if([link hasPrefix:@"/"]) 
    141                                                 continue; 
    142                                          
    143140                                        isDirectory = YES; 
    144141                                } else {