From c6a00bfdfe25cbc8a76f75b345e79dda52fe2d20 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 5 Mar 2017 13:47:19 -0800 Subject: [PATCH] id3: fix for find-files-by-extension rename. --- extra/id3/id3.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/id3/id3.factor b/extra/id3/id3.factor index 7fc59894b0..d64ea8a882 100644 --- a/extra/id3/id3.factor +++ b/extra/id3/id3.factor @@ -233,7 +233,7 @@ PRIVATE> : genre ( id3 -- string/f ) "TCON" find-id3-frame parse-genre ; -: find-mp3s ( path -- seq ) ".mp3" find-by-extension ; +: find-mp3s ( path -- seq ) ".mp3" find-files-by-extension ; ERROR: id3-parse-error path error ;