one more go-round

This commit is contained in:
Thomas "elfprince13" Dickerson 2017-01-06 17:54:19 -05:00
parent e554fc7f93
commit 0adab54678
2 changed files with 9 additions and 9 deletions

View file

@ -994,7 +994,7 @@ bool Platform::fileTimeToString(FileTime * time, char * string, U32 strLen) { re
#if defined(TORQUE_DEBUG)
ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
Con::printf("testing %s",(const char*)argv[1]);
Platform::addExcludedDirectory(".svn");
Platform::addExcludedDirectory(".svn");
if(Platform::hasSubDirectory(argv[1]))
Con::printf(" has subdir");
else