separate path manipulating functions
unlimit VFS_MAXDIRS
This commit is contained in:
@@ -272,8 +272,7 @@ TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const Direct
|
||||
ostream << *i;
|
||||
}
|
||||
}
|
||||
--i;
|
||||
if ( *i != '/' && *i != '\\' ) {
|
||||
if ( !path_separator( *--i ) ) {
|
||||
ostream << '/';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user