texlive[43889] Master/tlpkg/TeXLive/TLWinGoo.pm: Fixed typo line 175,

commits+siepo at tug.org commits+siepo at tug.org
Mon Apr 17 11:47:47 CEST 2017


Revision: 43889
          http://tug.org/svn/texlive?view=revision&revision=43889
Author:   siepo
Date:     2017-04-17 11:47:47 +0200 (Mon, 17 Apr 2017)
Log Message:
-----------
Fixed typo line 175, "$assoc_fu => $update_fu"

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLWinGoo.pm

Modified: trunk/Master/tlpkg/TeXLive/TLWinGoo.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLWinGoo.pm	2017-04-17 07:13:35 UTC (rev 43888)
+++ trunk/Master/tlpkg/TeXLive/TLWinGoo.pm	2017-04-17 09:47:47 UTC (rev 43889)
@@ -175,7 +175,7 @@
   $SendMessage = new Win32::API('user32', 'SendMessageTimeout', 'LLPPLLP', 'L');
   debug ("Import failure SendMessage\n") unless $SendMessage;
   $update_fu = new Win32::API('shell32', 'SHChangeNotify', 'LIPP', 'V');
-  debug ("Import failure assoc_notify\n") unless $assoc_fu;
+  debug ("Import failure assoc_notify\n") unless $update_fu;
 }
 
 =pod



More information about the tex-live-commits mailing list