VirtualBox

Changeset 529 in kBuild for trunk/src/gmake/w32


Ignore:
Timestamp:
Sep 17, 2006 6:56:50 AM (18 years ago)
Author:
bird
Message:

Fixed assertion in w32_fixcase when shell doesn't have a full path and some other case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/w32/pathstuff.c

    r526 r529  
    207207    char *p;
    208208
    209     if (resolve)
     209    if (resolve) {
    210210        _fullpath(w32_path, filename, sizeof (w32_path));
    211     else
     211        w32_fixcase(w32_path); /* bird */
     212    } else
    212213        strncpy(w32_path, filename, sizeof (w32_path));
    213 
    214     w32_fixcase(w32_path); /* bird */
    215214
    216215    for (p = w32_path; p && *p; p++)
Note: See TracChangeset for help on using the changeset viewer.

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