# HG changeset patch # User reynaldo # Date 1283627363 0 # Node ID 52509abc73e65e7a88402628be20a42d5b463a40 # Parent 744b676c16544d156dafb0c36ef43dc6e2c0ba79 Cosmetics diff -r 744b676c1654 -r 52509abc73e6 mplayer.c --- a/mplayer.c Sat Sep 04 09:39:21 2010 +0000 +++ b/mplayer.c Sat Sep 04 19:09:23 2010 +0000 @@ -3645,7 +3645,7 @@ edl_record_ptr edl = edl_records; while (edl) { edl->start_sec += start_pts; - edl->stop_sec += start_pts; + edl->stop_sec += start_pts; edl = edl->next; } }