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_sound_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_sound_types.h') diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h index 82185c811a1..1dab9effa9e 100644 --- a/source/blender/makesdna/DNA_sound_types.h +++ b/source/blender/makesdna/DNA_sound_types.h @@ -49,7 +49,7 @@ typedef struct bSound { /** * The path to the sound file. */ - char name[240]; /* 240 = FILE_MAX */ + char name[1024]; /* 1024 = FILE_MAX */ /** * The packed file. -- cgit v1.2.3