# HG changeset patch # User korDen@korDen-pc # Date 1332625186 -14400 # Node ID 80660782bffe40dd0fdcf04bbe2e3ef8f96af384 # Parent a4c9de8e39b30332fd0d17387c99b564a7dab8ab Fixed deprecated function call diff -r a4c9de8e39b3 -r 80660782bffe buildHelper.d --- a/buildHelper.d Wed Jun 08 02:21:32 2011 -0400 +++ b/buildHelper.d Sun Mar 25 01:39:46 2012 +0400 @@ -293,14 +293,14 @@ if( help || ( shouldSetup && !exists(dmdArchive) && !shouldDownload ) || - ( shouldSetup && exists(dmdArchive) && !isfile(dmdArchive) ) + ( shouldSetup && exists(dmdArchive) && !isFile(dmdArchive) ) ) { write(helpMsg); return 1; } - if( !shouldSetup && (!exists(dmdLib) || !isfile(dmdLib)) ) + if( !shouldSetup && (!exists(dmdLib) || !isFile(dmdLib)) ) { auto needSetupMsg = `'`~dmdLib~`' has not been built so you need to run the initial setup: