mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
Quick fixes
This commit is contained in:
parent
5889d1edcd
commit
b723378eb2
@ -822,9 +822,8 @@ void save_sub_track(struct matroska_ctx* mkv_ctx, struct matroska_sub_track* tra
|
||||
write(desc, timestamp_end, strlen(timestamp_start));
|
||||
write(desc, ",", 1);
|
||||
char* text = ass_ssa_sentence_erase_read_order(sentence->text);
|
||||
while((text[0]=='') && (text[1]=='\n' || text[1]=='\N')){
|
||||
while((text[0]=='\\') && (text[1]=='n' || text[1]=='N'))
|
||||
text+=2;
|
||||
}
|
||||
write(desc, text, strlen(text));
|
||||
write(desc, "\n", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user