Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Thompson <quornian@googlemail.com>2008-08-02 03:39:52 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-02 03:39:52 +0400
commited5002458b810974277b7a6bd5d9c3c29d052d53 (patch)
tree6870b336c67d2337c073fad0c574e24cbd13b6cb /source/blender/blenloader/intern/writefile.c
parentb767d406ad933dd9354757eb228f63dfc59c1c57 (diff)
parent7565990db264dbb7771744cea0a1c87b3e11fc3f (diff)
Merged 15771:15912 from trunk
Diffstat (limited to 'source/blender/blenloader/intern/writefile.c')
-rw-r--r--source/blender/blenloader/intern/writefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 73abf362d12..3a70438dd13 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -2275,7 +2275,7 @@ static int handle_append_runtime(int handle, char *exename, char **cause_r) {
unsigned char buf[1024];
int count, progfd= -1;
- if (!runtime) {
+ if (!BLI_exists(runtime)) {
cause= "Unable to find runtime";
goto cleanup;
}