mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
Doh.
[SVN r70472]
This commit is contained in:
@@ -199,7 +199,7 @@ void file_dirscan( char * dir, scanback func, void * closure )
|
||||
There will be no trailing slash in $(p), but there will be one
|
||||
in $(p2). But, that seems rather fragile.
|
||||
*/
|
||||
d->name[2] = '0';
|
||||
d->name[2] = 0;
|
||||
(*func)( closure, d->name, 1 /* stat()'ed */, d->time );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user