Przeglądaj źródła

general cleanup

Mark VandenBrink 12 lat temu
rodzic
commit
025afccf17
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      taglib-tests.lisp

+ 5 - 5
taglib-tests.lisp

@@ -85,14 +85,14 @@
 
 (defun mp-do-audio-dir (&key (dir "/home/markv/Music/Queen")
                              (file-system-encoding :utf-8)
-                             (func #'abstract-tag:show-tags))
+                             (func nil))
   "Walk :DIR and FUNCALL specified function for each file audio found."
   (set-pathname-encoding file-system-encoding)
-  (let ((channel (make-instance 'chanl:unbounded-channel))
+  (let ((channel      (make-instance 'chanl:unbounded-channel))
         (dead-channel (make-instance 'chanl:unbounded-channel))
-        (mp3-count 0)
-        (flac-count 0)
-        (mp4-count 0)
+        (mp3-count   0)
+        (flac-count  0)
+        (mp4-count   0)
         (other-count 0))
 
     ;; This function is run by each thread