Changeset 344 for trunk/src/gmake


Ignore:
Timestamp:
Dec 11, 2005, 5:25:45 AM (20 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.