Fix build.

This commit is contained in:
Steve Checkoway
2007-04-24 08:56:05 +00:00
parent 777e89c0a7
commit 270f537b74
2 changed files with 6 additions and 6 deletions
@@ -268,8 +268,8 @@ void DirectFilenameDB::PopulateFileSet( FileSet &fs, const RString &path )
continue;
/* Huh? */
WARN( "Got file '%s' in '%s' from list, but can't stat? (%s)",
pEnt->d_name, sPath.c_str(), strerror(errno) );
WARN( ssprintf("Got file '%s' in '%s' from list, but can't stat? (%s)",
pEnt->d_name, sPath.c_str(), strerror(errno)) );
continue;
}
else