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:
authorAndrea Weikert <elubie@gmx.net>2010-02-28 14:02:06 +0300
committerAndrea Weikert <elubie@gmx.net>2010-02-28 14:02:06 +0300
commit1a2ceea38155091bdd9bf8cb6f25cfeef54c3c89 (patch)
tree60d71e30243a221599c0068d4c534664bcd7bb89 /source/blender/makesdna/DNA_sound_types.h
parent9789e08942d7b1021c959fc5ea8db6317f853ed5 (diff)
soundfile loading: fix crash with long path to the sound file (was 160 only and unchecked)
Diffstat (limited to 'source/blender/makesdna/DNA_sound_types.h')
-rw-r--r--source/blender/makesdna/DNA_sound_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h
index 60e2ad307e5..45dff0c96fa 100644
--- a/source/blender/makesdna/DNA_sound_types.h
+++ b/source/blender/makesdna/DNA_sound_types.h
@@ -59,7 +59,7 @@ typedef struct bSound {
/**
* The path to the sound file.
*/
- char name[160];
+ char name[240];
/**
* The packed file.