Ignore:
Timestamp:
Nov 22, 2000, 1:49:56 AM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/dir.c

    r4667 r4671  
    220220    if (size < 0)
    221221      return CRTDLL__strdup(dir);
    222     return __CRTDLL__strndup(dir,size);
     222        return __CRTDLL__strndup(dir,size);
    223223  }
    224224  if (dir_len >= size)
Note: See TracChangeset for help on using the changeset viewer.