[Abcde-users] [abcde] r375 committed - Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now...

abcde at googlecode.com abcde at googlecode.com
Wed Dec 19 13:53:48 GMT 2012


Revision: 375
Author:   EinvalSledge at gmail.com
Date:     Wed Dec 19 05:53:37 2012
Log:      Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
produce working cue files. Closes issue 78.

http://code.google.com/p/abcde/source/detail?r=375

Modified:
  /trunk/abcde
  /trunk/changelog

=======================================
--- /trunk/abcde	Fri Dec 14 04:06:15 2012
+++ /trunk/abcde	Wed Dec 19 05:53:37 2012
@@ -1750,7 +1750,7 @@
  	shift 2

  	echo REM DISCID $DISCID
-	echo FILE \""$CUEWAVEFILE"\" WAVE
+	echo FILE \""$CUEWAVFILE"\" WAVE

  	if [ $1 -ne 150 ] && [ $MODE = "PREGAP" ] ; then
  		OFFSET=$1
=======================================
--- /trunk/changelog	Fri Dec 14 04:06:15 2012
+++ /trunk/changelog	Wed Dec 19 05:53:37 2012
@@ -14,6 +14,8 @@
      Closes issue 8.
    * Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
      patch. Closes issue 70.
+  * Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
+    produce working cue files. Closes issue 78.

   -- Steve McIntyre <93sam at debian.org>  Tue, 27 Nov 2012 17:34:55 +0000




More information about the Abcde-users mailing list