MacOSX can handle >14 character names.
I think the #if is inverted really - what DOES have that limit?
This commit is contained in:
@@ -197,7 +197,7 @@ register char *s;
|
||||
|
||||
while((lp=index(s, '.')) || (lp=index(s, '/')) || (lp=index(s,' ')))
|
||||
*lp = '_';
|
||||
#if defined(SYSV) && !defined(AIX_31) && !defined(SVR4) && !defined(LINUX)
|
||||
#if defined(SYSV) && !defined(AIX_31) && !defined(SVR4) && !defined(LINUX) && !defined(__APPLE__)
|
||||
/* avoid problems with 14 character file name limit */
|
||||
# ifdef COMPRESS
|
||||
/* leave room for .e from error and .Z from compress appended to
|
||||
|
||||
Reference in New Issue
Block a user