Sequencer: Image/Movie strips were printing in a 120 byte array, whilst
filepaths and names can go up to 240 now.
This commit is contained in:
Ton Roosendaal 2006-06-27 11:35:47 +00:00
parent d87b12a865
commit ea993ae989

@ -545,7 +545,7 @@ static void draw_seq_text(Sequence *seq, float x1, float x2, float y1, float y2)
{
float v1[2], v2[2];
int len, size;
char str[120], *strp;
char str[32 + FILE_MAXDIR+FILE_MAXFILE], *strp;
short mval[2];
v1[1]= y1;