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:
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 0d1eba2048b..256ef7cb8aa 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2658,7 +2658,7 @@ static void direct_link_curve(FileData *fd, Curve *cu)
cu->editnurb= NULL;
cu->lastselbp= NULL;
cu->path= NULL;
- cu->editstr= NULL;
+ cu->editfont= NULL;
nu= cu->nurb.first;
while(nu) {