VirtualBox

Changeset 1285 in kBuild


Ignore:
Timestamp:
Nov 30, 2007 3:04:27 AM (17 years ago)
Author:
bird
Message:

nt_fullpath doens't return unixslashes, so call fixslash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/kDep.c

    r1284 r1285  
    214214#if K_OS == K_OS_WINDOWS
    215215            nt_fullpath(pszFilename, szFilename, sizeof(szFilename));
     216            fixslash(szFilename);
    216217#else
    217218            strcpy(szFilename, pszFilename);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette