From 240399534c9b329437209dcac0efe86556f232c3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 10 Apr 2007 14:03:37 +0000 Subject: int -> time_t --- src/runscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runscript.c') diff --git a/src/runscript.c b/src/runscript.c index 70db2cdf..721b967c 100644 --- a/src/runscript.c +++ b/src/runscript.c @@ -175,7 +175,7 @@ static bool in_control () path = rc_strcatpaths (RC_SVCDIR, tests[i], applet, (char *) NULL); if (rc_exists (path)) { - int m = get_mtime (path, false); + time_t m = get_mtime (path, false); if (mtime < m && m != 0) { free (path); -- cgit v1.2.3