We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c20c5 commit cb80e26Copy full SHA for cb80e26
src/GetFileInfo.cc
@@ -398,6 +398,10 @@ int GetFileInfo::Do()
398
* also serves as a last attempt to see if the file exists--we
399
* only get here if everything else thinks the path doesn't exist.
400
*/
401
+
402
+ if(!verify_fn)
403
+ MakeVerifyFileName();
404
405
FileInfo *fi=new FileInfo(verify_fn);
406
fi->need=need;
407
/* We need to do at least one. */
0 commit comments