From 2ff4f7b67d7b26ed2f2f0a8d33e2223fed9cb8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Sun, 1 Nov 2015 12:42:05 +0100 Subject: [PATCH] Update comment --- cue2pops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cue2pops.c b/cue2pops.c index c2518ac..192ca0e 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -237,7 +237,7 @@ int GetBinSize(char *bin_name) int GetLeadOut(unsigned char *hbuf) { - /* MSF is calculated from the dump size so DO NOT APPLY gap++/gap-- ADJUSTMENTS IN THIS FUNCTION ! */ + /* MSF is calculated from the .bin size so DO NOT APPLY gap++/gap-- ADJUSTMENTS IN THIS FUNCTION ! */ // Formatted Lead-Out MM:SS:FF char LeadOut[7];