2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
[SVN r70472]
This commit is contained in:
Vladimir Prus
2011-03-23 09:58:34 +00:00
parent adabffd0df
commit af27fd2f70

View File

@@ -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 );
}
}