From 736033237b41f91bcc093c06780e47c4ad5febaa Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 23 Nov 2022 12:53:37 -0500 Subject: AAAArgh finally we read IT timing info. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ff3c025..0b76033 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ mod convert; mod utils; fn main() -> Result<(), itfile::Error> { - match itfile::load("/home/chrisoft/Music/mods/rr_e.it") + match itfile::load("/home/chrisoft/Music/mods/p/rr_e.it") { Ok(f) => { -- cgit v1.2.3