From 1896f45ecc864e9ae8d01ac2237423ca032d5c6b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 May 2004 00:01:06 +0000 Subject: [PATCH] add checkpoint --- stepmania/src/RageFileDriverDirectHelpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageFileDriverDirectHelpers.cpp b/stepmania/src/RageFileDriverDirectHelpers.cpp index 919a64bd5b..6438daa55b 100644 --- a/stepmania/src/RageFileDriverDirectHelpers.cpp +++ b/stepmania/src/RageFileDriverDirectHelpers.cpp @@ -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;