texlive[42801] Build/source/texk/kpathsea: kpathsea: Typo.

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Dec 29 00:00:23 CET 2016


Revision: 42801
          http://tug.org/svn/texlive?view=revision&revision=42801
Author:   kakuto
Date:     2016-12-29 00:00:23 +0100 (Thu, 29 Dec 2016)
Log Message:
-----------
kpathsea: Typo. Thanks Luigi

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/xgetcwd.c

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2016-12-28 12:03:48 UTC (rev 42800)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2016-12-28 23:00:23 UTC (rev 42801)
@@ -1,3 +1,7 @@
+2016-12-28  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* xgetcwd.c: Typo. Thanks Luigi.
+
 2016-12-15  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* kpsestat.c: Change tex-k at mail.tug.org to tex-k at tug.org.

Modified: trunk/Build/source/texk/kpathsea/xgetcwd.c
===================================================================
--- trunk/Build/source/texk/kpathsea/xgetcwd.c	2016-12-28 12:03:48 UTC (rev 42800)
+++ trunk/Build/source/texk/kpathsea/xgetcwd.c	2016-12-28 23:00:23 UTC (rev 42801)
@@ -30,7 +30,7 @@
 xchdir (string dirname)
 {
     if (chdir(dirname) != 0)
-        _PERROR(dirname);
+        FATAL_PERROR(dirname);
 }
 
 #endif /* (not HAVE_GETCWD || GETCWD_FORKS) && not HAVE_GETWD */



More information about the tex-live-commits mailing list