minor bug fix
This commit is contained in:
parent
67db5da6a1
commit
760f7fd48e
@ -628,6 +628,7 @@ bool convert_to_seek_table(char *requested_seek_points, int num_requested_seek_p
|
||||
|
||||
pt = q;
|
||||
}
|
||||
pt = requested_seek_points;
|
||||
|
||||
/* make some space */
|
||||
if(0 == (seek_table->points = (FLAC__StreamMetaData_SeekPoint*)malloc(sizeof(FLAC__StreamMetaData_SeekPoint) * (real_points+placeholders))))
|
||||
|
Loading…
Reference in New Issue
Block a user