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 --- Src/hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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