aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-14 21:11:12 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-14 21:11:12 -0500
commitdc9c8833ec7d4181251740354e8a4893ab277423 (patch)
treed40b28591f02717bd5d096d3357f5b56298f7ff3 /src/main.rs
parentf8cf52fa4b2bbaff5627fa397a26589070084d3e (diff)
downloadit2midi-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.rs2
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) =>
{