X-Git-Url: https://jxself.org/git/?p=srt2vtt.git;a=blobdiff_plain;f=srt2vtt%2Fsubrip.scm;fp=srt2vtt%2Fsubrip.scm;h=0031db363eafd1a2b5b70774a0f73a4fc757a7f9;hp=dd3b53f6500f44efccb1046292c7831cb33379ec;hb=91c6e7263b217d873ce86173340d487e401a3296;hpb=42aea2a77e5ca2ab2adc944441f95916d3cb2d19 diff --git a/srt2vtt/subrip.scm b/srt2vtt/subrip.scm index dd3b53f..0031db3 100644 --- a/srt2vtt/subrip.scm +++ b/srt2vtt/subrip.scm @@ -58,7 +58,7 @@ two values: the start time and the end time. Valid input looks like (and (string-null? line) ;; A subtitle may be a blank line! (not (null? lines)))) - lines + (reverse lines) (loop (cons line lines))))))) (make-subtitle id start end lines)))