From 69b95d4a4a3cfdac9eb0a8f03c7bf381eac3a3e1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 23 Apr 2016 23:08:57 +1200 Subject: Add todo notices --- cue-bin-split.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cue-bin-split.c b/cue-bin-split.c index 8616aef..17635f6 100644 --- a/cue-bin-split.c +++ b/cue-bin-split.c @@ -147,7 +147,8 @@ int main(int argc, char **argv) } /* Run to "infinity" if no finish time set. - * Of course, will actually run to EOF assuming file's small enough */ + * Of course, will actually run to EOF assuming file's small enough + * FIXME assumes last track has less than ULONG_MAX samples */ if (finish_sec == -1) finish_sample = ULONG_MAX; -- cgit v1.1