fairly sure this is a typo, matt/elubie please check

This commit is contained in:
2010-07-04 16:47:58 +00:00
parent ce832cac03
commit 574d307635

View File

@@ -1156,7 +1156,7 @@ char *BLI_get_folder(int folder_id, char *subfolder)
return NULL;
case BLENDER_SYSTEM_PYTHON:
BLI_join_dirfile(search_path, "scripts", subfolder);
BLI_join_dirfile(search_path, "python", subfolder);
if (get_path_system(path, search_path, "BLENDER_SYSTEM_PYTHON")) break;
return NULL;