VirtualBox

Changeset 344 in kBuild for trunk/src


Ignore:
Timestamp:
Dec 11, 2005 4:25:45 AM (19 years ago)
Author:
bird
Message:

corrected abspath on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/function.c

    r318 r344  
    17931793
    17941794#elif defined __OS2__
    1795   if (!_fullpath(apath, name, GET_PATH_MAX))
     1795  if (_abspath(apath, name, GET_PATH_MAX))
    17961796      return NULL;
    17971797  dest = strchr(apath, '\0');
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