Changeset 3320 for trunk/essentials
- Timestamp:
- May 6, 2007, 5:12:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/essentials/sys-libs/bzip2/bzip2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-libs/bzip2/bzip2.c
r3318 r3320 111 111 # endif 112 112 113 # if def __CYGWIN__113 # if 114 114 # include <io.h> 115 115 # include <fcntl.h> … … 1819 1819 progName = &progNameReally[0]; 1820 1820 for (tmp = &progNameReally[0]; *tmp != '\0'; tmp++) 1821 1822 1823 1824 1825 1826 1821 1827 if (*tmp == PATH_SEP) progName = tmp + 1; 1828 1822 1829 1823 1830
Note:
See TracChangeset
for help on using the changeset viewer.
