]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuesheet/cuesheet.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / cuesheet / cuesheet.factor
index b5bd8dbfc7f20c31d2d19d61d66a6391d20447a0..4b85060a84609b1d9a552d0199fa486777b227b4 100644 (file)
@@ -31,7 +31,7 @@ ERROR: unknown-filetype filetype ;
 
 : check-filetype ( filetype -- filetype )
     dup { "BINARY" "MOTOROLA" "AIFF" "WAVE" "MP3" } member?
-    [ throw-unknown-filetype ] unless ;
+    [ unknown-filetype ] unless ;
 
 ERROR: unknown-flag flag ;