mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
fix(DurFile): add missing .?
This commit is contained in:
parent
6d97485928
commit
2394d8864e
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ pub fn init(
|
|||
return err;
|
||||
},
|
||||
error.UnsupportedVersion => {
|
||||
try log_file.err(io, "tui", "dur_file loaded was invalid: unsupported version ({d})!", .{dur_movie_raw.formatVersion});
|
||||
try log_file.err(io, "tui", "dur_file loaded was invalid: unsupported version ({d})!", .{dur_movie_raw.formatVersion.?});
|
||||
return err;
|
||||
},
|
||||
error.MissingFieldColorFormat => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue