diff options
author | Norbert Preining <preining@logic.at> | 2008-09-10 13:52:10 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-10 13:52:10 +0000 |
commit | e17e4c041d19ebb98a8dea097948b18001fc0956 (patch) | |
tree | 70767cde9dbf03dfab724288d4a54f6331a42a77 /Master/tlpkg | |
parent | 6152bcb4d0227619e5a30749d378c251d64ee717 (diff) |
fix a really stupid bug in TLMedia that didn't hurt with only one source,
but with more it does, forgot to my %self ...
git-svn-id: svn://tug.org/texlive/trunk@10538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLMedia.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm index 6d974ec34c9..3af15d553c1 100644 --- a/Master/tlpkg/TeXLive/TLMedia.pm +++ b/Master/tlpkg/TeXLive/TLMedia.pm @@ -18,6 +18,7 @@ sub new { my ($class, $location) = @_; my $media; + my $self = { }; # of no argument is given we assume NET and default URL if (!defined($location)) { return; |