From b5ce0b4f7e7b36451872df82c37251fc3d860de4 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 26 Aug 2010 08:23:41 -0700 Subject: Remove extraneous reference to HAS_STRLCAT Signed-off-by: Jeremy Huddleston --- Clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clock.c b/Clock.c index 8f78cab..70eb0a1 100644 --- a/Clock.c +++ b/Clock.c @@ -1513,7 +1513,7 @@ clock_tic(XtPointer client_data, XtIntervalId *id) XClearArea (dpy, win, clear_from, 0, w->core.width - clear_from, w->core.height, False); -#if defined(HAS_STRLCAT) || defined(HAVE_STRLCPY) +#ifdef HAVE_STRLCPY strlcpy (w->clock.prev_time_string+i, time_ptr+i, sizeof(w->clock.prev_time_string)-i); #else -- cgit v1.2.3