add checkpoint

This commit is contained in:
Glenn Maynard
2004-05-06 00:01:06 +00:00
parent 01e54b95a0
commit 1896f45ecc
@@ -245,6 +245,7 @@ void DirectFilenameDB::PopulateFileSet( FileSet &fs, const CString &path )
sPath.erase( sPath.size() - 1 );
HANDLE hFind = DoFindFirstFile( root+sPath+"/*", &fd );
CHECKPOINT_M( root+sPath+"/*" );
if( hFind == INVALID_HANDLE_VALUE )
return;