From ea467d32283c6242d731be8da0ace1e5468e00ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Jan 2012 05:52:33 +0000 Subject: use FILE_MAX instead of 240 or comment where define cant be used. --- 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 f530730a544..82185c811a1 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]; + char name[240]; /* 240 = FILE_MAX */ /** * The packed file. -- cgit v1.2.3