Branch: Tag:

1998-04-24

1998-04-24 09:30:00 by Per Hedbor <ph@opera.com>

Fixed bug in NT fix

Rev: server/modules/filesystems/filesystem.pike:1.33

8:   inherit "roxenlib";   inherit "socket";    - constant cvs_version= "$Id: filesystem.pike,v 1.32 1998/04/24 09:14:26 per Exp $"; + constant cvs_version= "$Id: filesystem.pike,v 1.33 1998/04/24 09:30:00 per Exp $";   constant thread_safe=1;      
298:    int size;    string tmp;    string oldf = f; +  f = path + f;   #ifdef __NT__    if(f[-1]=='/') f = f[..strlen(f)-2];   #endif -  size = FILE_SIZE( f = path + f ); +  size = FILE_SIZE( f );       switch(id->method)    {