Changeset 2933


Ignore:
Timestamp:
Dec 30, 2006, 6:30:05 AM (19 years ago)
Author:
bird
Message:

cleanup in progress (late night session)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/misc/abspath.c

    r1519 r2933  
    2020  char drive, dir[MAXPATHLEN+1], src_drive, *s, *p;
    2121  int i, j, rel, server, trail, mbcl;
    22   char chSlash = !__libc_gfNoUnix ? '/' : '\\';
     22  char chSlash = '/';
    2323
    2424  s = alloca (strlen (src) + 1);
     
    4242    }
    4343  else if (__libc_Back_fsDirCurrentGet (dir, sizeof(dir), src_drive, __LIBC_BACK_FSCWD_NO_DRIVE | __LIBC_BACK_FSCWD_NO_ROOT_SLASH) == 0)
    44     {
    45       if (!__libc_gfNoUnix)
    46         _fnslashify (dir);
    47     }
     44    _fnslashify (dir);
    4845  else
    4946    {
Note: See TracChangeset for help on using the changeset viewer.