File: fix_tracks_typo.patch

package info (click to toggle)
icecream 1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: perl: 2,895; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Cristian Greco <cristian@regolo.cc>
Description: fix a typo (possible bug).

--- a/icecream
+++ b/icecream
@@ -753,7 +753,7 @@
 	}
 
 	# load all data up to the first metaint if -t is set
-	elsif ($config->{traks})
+	elsif ($config->{tracks})
 	{
 		my $metablock;
 		my $title;