svn path=/trunk/boinc/; revision=486
This commit is contained in:
Eric Heien 2002-10-11 20:53:38 +00:00
parent 8bf6d64529
commit 483cfaad95
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ int make_project_dir(PROJECT& p) {
CreateDirectory(PROJECTS_DIR, NULL);
escape_project_url(p.master_url, buf);
sprintf(buf2, "%s%s%s", PROJECTS_DIR, PATH_SEPARATOR, buf);
CreateDirectory(buf, NULL);
CreateDirectory(buf2, NULL);
return 0;
}