changeset 190:80660782bffe

Fixed deprecated function call
author korDen@korDen-pc
date Sun, 25 Mar 2012 01:39:46 +0400
parents a4c9de8e39b3
children 52188e7e3fb5
files buildHelper.d
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: