Skip to content

Commit

Permalink
Update for zoom-cache API change (zoomDumpSummaryLevel)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Nov 22, 2011
1 parent 0eb22dc commit 9a3ad6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/zoom-cache-sndfile.hs
Expand Up @@ -216,7 +216,8 @@ zoomSummaryHandler = do
(config, filenames) <- liftIO . processArgs =<< appArgs
liftIO . (f (track config)) $ filenames
where
f trackNo (lvl:paths) = mapM_ (zoomDumpSummaryLevel pcmIdentifiers trackNo (read lvl)) paths
f trackNo (lvl:paths) = mapM_ (zoomDumpSummaryLevel (read lvl)
pcmIdentifiers trackNo) paths
f _ _ = putStrLn "Usage: zoom-cache summary n file.zxd"

------------------------------------------------------------
Expand Down

0 comments on commit 9a3ad6b

Please sign in to comment.