diff options
author | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-07 08:59:27 +0000 |
---|---|---|
committer | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-07 08:59:27 +0000 |
commit | 76e40a90bb3a1a715e4e8aee79265829c213af78 (patch) | |
tree | 29732bbc538d82657ccfa00d48d9c3b7ef767f54 /debian | |
parent | 742444bb43903b45f64a77641a41bfed2b28b142 (diff) |
typo noticed by Amy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1459 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 9f4bb79e9c..b3c182b26c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -38,7 +38,7 @@ $dcarea .= "\n"; $mcfg->setconfarea($dcarea); if ($didupgrade) { - $interfaces->setotherarea_DANGEROUS(@savedolddata); + $mcfg->setotherarea_DANGEROUS(@savedolddata); } #%################################### |