From dc9c8833ec7d4181251740354e8a4893ab277423 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 14 Dec 2022 21:11:12 -0500 Subject: Fix an ancient bug that dates back to the old C++ version. Use old tracks naming scheme. --- 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 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) => { -- cgit v1.2.3