From 2bbbb23d750120c879339ad28bd4b81237307537 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 1 Dec 2006 14:32:08 +0000 Subject: [PATCH] Fix compilation error for oldfind if --enable-debug was passed to configure --- find/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/find.c b/find/find.c index 6d8397e..6c2a949 100644 --- a/find/find.c +++ b/find/find.c @@ -148,7 +148,7 @@ main (int argc, char **argv) options.xstat = debug_stat; #ifdef DEBUG - fprintf (stderr, "cur_day_start = %s", ctime (&p->cur_day_start)); + fprintf (stderr, "cur_day_start = %s", ctime (&options.cur_day_start)); #endif /* DEBUG */ /* We are now processing the part of the "find" command line -- 2.11.4.GIT