From ae771e742b44119352255bd604e4ffcf427e5049 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Jan 2012 14:54:53 +0000 Subject: change filepath limit from 240 to 1024 --- source/blender/makesdna/DNA_vfont_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_vfont_types.h') diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h index 7132751848d..d6168af6028 100644 --- a/source/blender/makesdna/DNA_vfont_types.h +++ b/source/blender/makesdna/DNA_vfont_types.h @@ -42,7 +42,7 @@ struct VFontData; typedef struct VFont { ID id; - char name[256]; + char name[1024]; /* 1024 = FILE_MAX */ struct VFontData *data; struct PackedFile * packedfile; -- cgit v1.2.3