Ignore:
Timestamp:
May 23, 2007, 7:31:19 AM (18 years ago)
Author:
bird
Message:

Merged with the 2007-05-23 CVS. Added rsort and fixed a couple of windows build issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/remote-cstms.c

    r503 r903  
    100100             that should work on all machines exported to.  */
    101101
    102           normalized_cwd = (char *) xmalloc (GET_PATH_MAX);
     102          normalized_cwd = xmalloc (GET_PATH_MAX);
    103103          strcpy (normalized_cwd, starting_directory);
    104104          if (Customs_NormPath (normalized_cwd, GET_PATH_MAX) < 0)
Note: See TracChangeset for help on using the changeset viewer.