diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-12-14 21:11:12 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-12-14 21:11:12 -0500 |
commit | dc9c8833ec7d4181251740354e8a4893ab277423 (patch) | |
tree | d40b28591f02717bd5d096d3357f5b56298f7ff3 /src/main.rs | |
parent | f8cf52fa4b2bbaff5627fa397a26589070084d3e (diff) | |
download | it2midi-dc9c8833ec7d4181251740354e8a4893ab277423.tar.xz |
Fix an ancient bug that dates back to the old C++ version.
Use old tracks naming scheme.
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 728c3e2..8280e5e 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/p/rr_e.it") + match itfile::load("/home/chrisoft/Music/mods/nb_tear of the sun.it") { Ok(f) => { |