aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/rc-applets.c2
1 files changed, 1 insertions, 1 deletions
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);