From: David Lawrence Ramsey Date: Wed, 8 Jun 2005 01:35:10 +0000 (+0000) Subject: cosmetic fixes X-Git-Tag: v1.3.8~194 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=092af14a82d95019c3db571e9a6e3d6ac575180e;p=nano.git cosmetic fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2609 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 040bcb90..4cf1192c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -195,8 +195,8 @@ CVS code - - Don't refer to the built-in file browser as crappy anymore. (DLR) - doc/man/fr/Makefile.am: - - Set mandir to @mandir@/fr, so French manpages get installed where - they belong (Jordi). + - Set mandir to @mandir@/fr, so French manpages get installed + where they belong (Jordi). - THANKS: - Add new translators to the credits. diff --git a/src/nano.h b/src/nano.h index 5859de62..4997bb0e 100644 --- a/src/nano.h +++ b/src/nano.h @@ -57,8 +57,7 @@ #define regexec(preg, string, nmatch, pmatch, eflags) safe_regexec(preg, string, nmatch, pmatch, eflags) #endif -/* Set a default value for PATH_MAX, so we can use it in lines like - * "path = getcwd(NULL, PATH_MAX + 1);". */ +/* Set a default value for PATH_MAX if there isn't one. */ #ifndef PATH_MAX #define PATH_MAX 4096 #endif