aboutsummaryrefslogtreecommitdiff
path: root/cue-bin-split.c
diff options
context:
space:
mode:
Diffstat (limited to 'cue-bin-split.c')
-rw-r--r--cue-bin-split.c3
1 files changed, 2 insertions, 1 deletions
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;