diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index c066c61e0..626e270bd 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -103,7 +103,7 @@ public: } Time end () const { - return position() + length_after_trim(); + return position() + length_after_trim() - 1; } Time length_after_trim () const; |
