Christophe Weblog Wiki Code Publications Music
handle new? behaviour of %s given a character
[squeeze-el.git] / squeeze.el
index 6e4f4da4c35371d6b677382a768b0fb3f3b83a42..415d569bcf4959edc22217ee72cc4bf71ef1355e 100644 (file)
             (make-string nfull ?█)
             (if (= width (+ nfull nblank))
                 ""
-              (aref " ▏▎▍▌▋▊▉█" (floor (+ frac 0.0625) 0.125)))
+              (string (aref " ▏▎▍▌▋▊▉█" (floor (+ frac 0.0625) 0.125))))
             (make-string nblank ? ))))
 
 (defun squeeze-mixer-make-bar (vol width)