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:
2003-05-30 19:00:12 +00:00
parent fb76c8ac76
commit 721fa5479c

View File

@@ -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, "/");