Skip to content

Commit

Permalink
added comment to yaml file header as it seems to be mandatory for new…
Browse files Browse the repository at this point in the history
…er firmware versions
  • Loading branch information
thawn committed Jul 29, 2019
1 parent a6c3a80 commit 6a2dc1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/TTMp32Gme/TttoolHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,8 @@ sub make_gme {
my $fh = $yaml_file->openw();
print $fh "#this file was generated automatically by ttmp32gme\n";
print $fh "product-id: $oid\n";
if ( $config->{'pen_language'} ne 'GERMAN' ) {
print $fh "gme-lang: $config->{'pen_language'}\n";
}
print $fh "comment: CHOMPTECH DATA FORMAT CopyRight 2019 Ver0.00.0001";
print $fh "gme-lang: $config->{'pen_language'}\n";
close($fh);
my $media_path = convert_tracks( $album, $yaml_file, $config, $dbh );
my $codes_file = generate_codes_yaml( $yaml_file, $dbh );
Expand Down

0 comments on commit 6a2dc1f

Please sign in to comment.