From 06e22c93708a79e38477394501d8505489bd8685 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 20 Mar 2009 10:36:06 +0000 Subject: Bart: 26761: typo in realpath() check --- ChangeLog | 6 +++++- Src/hist.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c51d79298..43cfd8c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-20 Peter Stephenson + + * Bart: 26761: Src/hist.c: typo in 26754. + 2009-03-19 Peter Stephenson * Mikael: 26759: Src/Modules/curses.mdd: missing here-document @@ -11454,5 +11458,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4627 $ +* $Revision: 1.4628 $ ***************************************************** diff --git a/Src/hist.c b/Src/hist.c index b843a2399..80c5f1752 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -1583,7 +1583,7 @@ chrealpath(char **junkptr) #ifdef HAVE_CANONICALIZE_FILE_NAME char *lastpos, *nonreal, *real; #else -# ifdef HAVE_REAL_PATH +# ifdef HAVE_REALPATH char *lastpos, *nonreal, real[PATH_MAX]; # endif #endif -- cgit 1.4.1