FIX: [ #4713 ] 2.42: Crash when saving .blend file as an unpriveledged user

- applied bugfix patch [ #4945 ] from Alex Rainchik - many thanks
This commit is contained in:
Andrea Weikert
2006-09-16 11:58:38 +00:00
parent 5277232d42
commit a3c7ec277c

View File

@@ -642,8 +642,8 @@ static void writeBlog(void)
}
i++;
}
fclose(fp);
}
fclose(fp);
}
}