Changeset 2934


Ignore:
Timestamp:
Dec 30, 2006, 6:40:07 AM (18 years ago)
Author:
bird
Message:

cleanup in progress (late night session)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/libc/src/libc/misc/fullpath.c

    r1632 r2934  
    7676      }
    7777      if (!_trslash (dst, j, 0))
    78         dst[j++] = !__libc_gfNoUnix ? '/' : '\\';
     78        dst[j++] = '/';
    7979      strcpy (dst+j, temp+k);
    8080    }
    8181
    82   if (!__libc_gfNoUnix)
    83     _fnslashify (dst);
     82  _fnslashify (dst);
    8483  return 0;
    8584
Note: See TracChangeset for help on using the changeset viewer.