From 62d793f7ff4c6f5c9f79ca0b47bce338dc4b5214 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 14 Jan 2008 14:41:02 +0000 Subject: [PATCH] Fix is_older_than. --- src/rc/rc-applets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 59fff72b..1a38f971 100644 --- a/src/rc/rc-applets.c +++ b/src/rc/rc-applets.c @@ -383,7 +383,7 @@ void run_applets (int argc, char **argv) strcmp (applet, "is_older_than") == 0) { bool match = false; - int i = 1; + int i = 2; if (argc < 3) exit (EXIT_FAILURE);