Patch submitted by Martin Renold (maxy)
To complain on a certain error he was getting with a blend file. See http://projects.blender.org/tracker/index.php?func=detail&aid=230&group_id=9&atid=127 for more info... Kent
This commit is contained in:
@@ -204,7 +204,11 @@ int BIF_read_homefile(void)
|
||||
|
||||
strcpy(U.tempdir, tmp?tmp:"/tmp/");
|
||||
}
|
||||
|
||||
if (U.savetime <= 0) {
|
||||
U.savetime = 1;
|
||||
error("%s is buggy, please cosider removing it.\n",
|
||||
tstr);
|
||||
}
|
||||
if (G.main->versionfile <= 191) {
|
||||
strcpy(U.plugtexdir, U.textudir);
|
||||
strcpy(U.sounddir, "/");
|
||||
|
Reference in New Issue
Block a user