717 |
BLI_make_file_string("/", str, btempdir, "quit.blend"); |
717 |
BLI_make_file_string("/", str, btempdir, "quit.blend"); |
719 |
file = open(str,O_BINARY+O_WRONLY+O_CREAT+O_TRUNC, 0666); |
719 |
file = open(str,O_BINARY+O_WRONLY+O_CREAT+O_TRUNC+O_EXCL, 0666); |
721 |
error("Unable to save %s, check you have permissions", str); |
721 |
error("Unable to save %s, check you have permissions", str); |