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>2011-11-26 20:29:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-26 20:29:14 +0400
commit3b5bcab09c28163f16d653a5b76dd3192c911007 (patch)
tree8127e7a5ce98641f27d0edd035922f3ddc9de1a3 /source/blender/editors/util
parentf1996b5601e41602157035b1d91e8386761bd839 (diff)
parentd52a811052c67686845dd1737d42fe65add51d55 (diff)
svn merge ^/trunk/blender -r42139:42172
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/ed_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 8b43973669e..169135478f6 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -164,7 +164,7 @@ void unpack_menu(bContext *C, const char *opname, const char *id_name, const cha
PointerRNA props_ptr;
uiPopupMenu *pup;
uiLayout *layout;
- char line[FILE_MAXDIR + FILE_MAXFILE + 100];
+ char line[FILE_MAX + 100];
pup= uiPupMenuBegin(C, "Unpack file", ICON_NONE);
layout= uiPupMenuLayout(pup);