Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/binutils/bucomm.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    217217  static char template[] = "stXXXXXX";
    218218  char *tmpname;
     219#if defined (__EMX__)
     220  char *slash = _getname (filename);
     221  if (slash == filename)
     222    slash = NULL;
     223  else
     224    slash -= 1;
     225#else /* not __EMX__ */
    219226  char *slash = strrchr (filename, '/');
     227#endif /* not __EMX__ */
    220228
    221229#ifdef HAVE_DOS_BASED_FILE_SYSTEM
Note: See TracChangeset for help on using the changeset viewer.