aboutsummaryrefslogtreecommitdiff
path: root/src/runscript.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runscript.c')
-rw-r--r--src/runscript.c2
1 files changed, 1 insertions, 1 deletions
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);