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:
authorCampbell Barton <ideasman42@gmail.com>2008-09-23 05:28:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-09-23 05:28:42 +0400
commitf187d680d8db02cca6d379ded069cea136169e8a (patch)
treec2effe7c6ffabed90de817684257363b0de5b190 /source/blender/src/filesel.c
parent872704010e5f97291b65a7d5a4bfd5349e896aaf (diff)
fix for [#13825] Lack of Flags in Face Mode Set
undo was also not working.
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index 22f7e577ad9..ee1fc523395 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -554,9 +554,7 @@ static void split_sfile(SpaceFile *sfile, char *s1)
void parent(SpaceFile *sfile)
-{
- char path[sizeof(sfile->dir)+4];
-
+{
/* if databrowse: no parent */
if(sfile->type==FILE_MAIN && filesel_has_func(sfile)) return;