From 6b3fb4c4977b3ef152ca9e15777d4178ff517d76 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 7 Jul 2015 00:22:25 +1200 Subject: New fixme --- misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index c3dc439..eb48628 100644 --- a/misc.c +++ b/misc.c @@ -38,11 +38,12 @@ double get_sec() /* EOF means this is the last track; return invalid time */ if (items == EOF) { - return -1; + return -1.f; } if (items != 3) { + /* FIXME doesn't explicitly close fin from cue-bin-split.c upon exit() */ fprintf(stderr, "Timestamp malformed\n"); exit(EXIT_FAILURE); } -- cgit v1.1